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