Click or drag to resize
ImmutableAvlTreeBaseTKey, TValueRoot Property

[Missing <summary> documentation for "P:Akka.Util.Internal.Collections.ImmutableAvlTreeBase`2.Root"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IBinaryTreeNode<TKey, TValue> Root { get; }

Property Value

Type: IBinaryTreeNodeTKey, TValue
See Also