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