ConcurrentContainerTKey, TValueContainsKey - метод

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

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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)

Исключения

См. также