ConcurrentContainerTKey, TValueContainsKey - метод
Determines whether the read-only dictionary contains an element that has the specified key.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public bool ContainsKey(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
public:
virtual bool ContainsKey(
TKey key
) sealed
abstract ContainsKey :
key : 'TKey -> bool
override ContainsKey :
key : 'TKey -> bool
- key TKey
- The key to locate.
Boolean if the read-only dictionary contains an element that has the specified key; otherwise,
.
IReadOnlyDictionaryTKey, TValueContainsKey(TKey)