ImmutableAvlTreeBaseTKey, TValueRoot Property |
[Missing <summary> documentation for "P:Akka.Util.Internal.Collections.ImmutableAvlTreeBase`2.Root"]
Namespace: Akka.Util.Internal.CollectionsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IBinaryTreeNode<TKey, TValue> Root { get; }
Public ReadOnly Property Root As IBinaryTreeNode(Of TKey, TValue)
Get
public:
property IBinaryTreeNode<TKey, TValue>^ Root {
IBinaryTreeNode<TKey, TValue>^ get ();
}
member Root : IBinaryTreeNode<'TKey, 'TValue> with get
Property Value
Type:
IBinaryTreeNodeTKey,
TValue
See Also