IImmutableMapTKey, TValueItem Property |
[Missing <summary> documentation for "P:Akka.Util.Internal.Collections.IImmutableMap`2.Item(`0)"]
Namespace: Akka.Util.Internal.CollectionsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxTValue this[
TKey key
] { get; }
ReadOnly Default Property Item (
key As TKey
) As TValue
Get
property TValue default[TKey key] {
TValue get (TKey key);
}
abstract Item : 'TValue with get
Parameters
- key
- Type: TKey
Property Value
Type:
TValue
See Also