RotateLeft Rebalance the tree by rotating the nodes to the left

Namespace: System.util.collections
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void RotateLeft(
	OrderedTreeNode x
)
Visual Basic
Public Sub RotateLeft ( _
	x As OrderedTreeNode _
)
Visual C++
public:
void RotateLeft(
	OrderedTreeNode^ x
)

See Also