DictionaryNodeContains - метод |
Determines whether the
ICollectionT contains a specific value.
Пространство имён:
Tessa.UI.HashEditor.Hash
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public bool Contains(
DictionaryItemNode item
)
Public Function Contains (
item As DictionaryItemNode
) As Boolean
public:
virtual bool Contains(
DictionaryItemNode^ item
) sealed
abstract Contains :
item : DictionaryItemNode -> bool
override Contains :
item : DictionaryItemNode -> bool
Параметры
- item
- Тип: Tessa.UI.HashEditor.HashDictionaryItemNode
The object to locate in the ICollectionT.
Возвращаемое значение
Тип:
Boolean if
item is found in the
ICollectionT; otherwise,
.
Реализации
ICollectionTContains(T)См. также