CollectionUtilsSetValueSynchronizedTKey, 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 public 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