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.4+115fce864fec7bf37ea70396e6660596be991d3b
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)

Исключения

ArgumentNullExceptionkey is .

См. также