ImmutableAvlTreeBaseTKey, TValueNodeKey Property |
[Missing <summary> documentation for "P:Akka.Util.Internal.Collections.ImmutableAvlTreeBase`2.Node.Key"]
Namespace: Akka.Util.Internal.CollectionsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic ReadOnly Property Key As TKey
Get
public:
virtual property TKey Key {
TKey get () sealed;
}
abstract Key : 'TKey with get
override Key : 'TKey with get
Property Value
Type:
TKeyImplements
IKeyValuePairTKey, TValueKey
See Also