Click or drag to resize

CollectionUtilsGetValueTKey, 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 TValue GetValue<TKey, TValue>(
	IDictionary<TKey, TValue> dcDictionary,
	TKey key,
	TValue defaultValue
)

Parameters

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

Type Parameters

TKey
TValue

Return Value

Type: TValue
See Also