ConcurrentHashSetTContains - метод
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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 ConcurrentHashSetT.
Booleantrue if the
ConcurrentHashSetT contains the item; otherwise, false.
ICollectionTContains(T)