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