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