RotateRight Rebalance the tree by rotating the nodes to the right

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

Syntax

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

See Also