Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Value GetWithDefault<Key, Value>(
Dictionary<Key, Object> dict,
Key key
)
public static Value GetWithDefault<Key, Value>(
Dictionary<Key, Object> dict,
Key key
)
Public Shared Function GetWithDefault(Of Key, Value) (
dict As Dictionary(Of Key, Object),
key As Key
) As Value
Public Shared Function GetWithDefault(Of Key, Value) (
dict As Dictionary(Of Key, Object),
key As Key
) As Value
public:
generic<typename Key, typename Value>
static Value GetWithDefault(
Dictionary<Key, Object^>^ dict,
Key key
)
public:
generic<typename Key, typename Value>
static Value GetWithDefault(
Dictionary<Key, Object^>^ dict,
Key key
)
static member GetWithDefault :
dict : Dictionary<'Key, Object> *
key : 'Key -> 'Value
static member GetWithDefault :
dict : Dictionary<'Key, Object> *
key : 'Key -> 'Value
- Key
- Value
Return Value
Type:
Value