AVLNode<TKey,TValue>.Balance property

Balance factor for this sub-tree.

public int Balance { get; set; }

See Also