| ExtensionsGetOrElseTKey, TValue Method (IDictionaryTKey, TValue, TKey, TValue) |
TBD
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static TValue GetOrElse<TKey, TValue>(
this IDictionary<TKey, TValue> hash,
TKey key,
TValue elseValue
)
[<ExtensionAttribute>]
static member GetOrElse :
hash : IDictionary<'TKey, 'TValue> *
key : 'TKey *
elseValue : 'TValue -> 'TValue
Parameters
- hash
- Type: System.Collections.GenericIDictionaryTKey, TValue
TBD - key
- Type: TKey
TBD - elseValue
- Type: TValue
TBD
Type Parameters
- TKey
- TBD
- TValue
- TBD
Return Value
Type:
TValueTBD
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDictionaryTKey,
TValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also