Click or drag to resize

CollectionUtilsTryGetValueSynchronizedTKey, TValue Method

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool TryGetValueSynchronized<TKey, TValue>(
	IDictionary<TKey, TValue> dcDictionary,
	TKey key,
	out TValue value
)

Parameters

dcDictionary
Type: System.Collections.GenericIDictionaryTKey, TValue
key
Type: TKey
value
Type: TValue

Type Parameters

TKey
TValue

Return Value

Type: Boolean
See Also