ConcurrentContainerTKey, TValueTryGetValue - метод

Gets the value that is associated with the specified key.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Параметры

key  TKey
The key to locate.
value  TValue
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.

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

Boolean
if the object that implements the IReadOnlyDictionaryTKey, TValue interface contains an element that has the specified key; otherwise, .

Реализации

IReadOnlyDictionaryTKey, TValueTryGetValue(TKey, TValue)

Исключения

ArgumentNullExceptionkey is .

См. также