PerformanceCounterSampleCollection.Contains - метод |
Пространство имён:
Tessa.UI.Diagnostics
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic bool Contains(
long item
)
Public Function Contains (
item As Long
) As Boolean
public:
virtual bool Contains(
long long item
) sealed
abstract Contains :
item : int64 -> bool
override Contains :
item : int64 -> bool Параметры
- item
- Тип: System.Int64
Возвращаемое значение
Тип:
BooleanРеализации
ICollection<T>.Contains(T)
См. также