Utils..::..TryGet<(Of <(<'TKey, TValue>)>)> Method

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static TValue TryGet<TKey, TValue>(
	IDictionary<TKey, TValue> dictionary,
	TKey key
)

Type Parameters

TKey
TValue

Parameters

dictionary
Type: IDictionary<(Of <(<'TKey, TValue>)>)>
key
Type: TKey