DictionaryPropertyTKey, TEntryContains - метод |
Determines whether this instance contains the specified key.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Contains(
TKey key
)
Public Function Contains (
key As TKey
) As Boolean
public:
bool Contains(
TKey key
)
member Contains :
key : 'TKey -> bool
Параметры
- key
- Тип: TKey
The key.
Возвращаемое значение
Тип:
Booleantrue if this instance contains the specified key; otherwise,
false.
См. также