| CollectionUtilsSetValueSynchronizedTKey, 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 void SetValueSynchronized<TKey, TValue>(
	IDictionary<TKey, TValue> dcDictionary,
	TKey key,
	TValue value
)
Parameters
- dcDictionary
 - Type: System.Collections.GenericIDictionaryTKey, TValue
 - key
 - Type: TKey
 - value
 - Type: TValue
 
Type Parameters
- TKey
 - TValue
 
See Also