| CollectionUtilsTryGetValueSynchronizedTKey, TValue Method  | 
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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