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.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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 .

См. также