ArrayExtensions GetWithDefault Key, Value  Method Delta Engine Documentation

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static Value GetWithDefault<Key, Value>(
	Dictionary<Key, Object> dict,
	Key key
)

Parameters

dict
Type: System.Collections.Generic Dictionary Key, Object 
key
Type: Key
Type Parameters

Key
Value

Return Value

Type: Value
See Also