ConcurrentContainerTKey, TValueContainsKey - метод

Determines whether the read-only dictionary contains an element that has the specified key.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public bool ContainsKey(
	TKey key
)

Параметры

key  TKey
The key to locate.

Возвращаемое значение

Boolean
if the read-only dictionary contains an element that has the specified key; otherwise, .

Реализации

IReadOnlyDictionaryTKey, TValueContainsKey(TKey)

Исключения

См. также