| [Overview][Types][Classes][Variables][Index] | 
Get the number of nodes
Source position: avl_tree.pp line 53
public function TAVLTreeNode.GetCount: SizeInt;  | 
The number of nodes in the subtree, starting from the current
GetCount returns 1 plus the number of subnodes, if any.
None.