DictionaryPropertyTKey, TEntryContains - метод
Determines whether this instance contains the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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.