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