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.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)

Исключения

См. также