ConcurrentHashSet<T>.Contains - метод
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.0.7
public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
- item T
- The item to locate in the ConcurrentHashSet<T>.
Booleantrue if the
ConcurrentHashSet<T> contains the item; otherwise, false.
ICollection<T>.Contains(T)