HashSetTKey, TValueContains - метод

Determines if the set contains a specific item.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public bool Contains(
	TValue item
)

Параметры

item  TValue
The item to check if the set contains.

Возвращаемое значение

Boolean
if found; otherwise .

Реализации

ICollectionTContains(T)

См. также