ConcurrentContainerTKey, TValueContainsKey - метод
Determines whether the read-only dictionary contains an element that has the specified key.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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)