Determine order, walk the tree and push the nodes onto the stack

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

Syntax

C#
public OrderedTreeEnumerator(
	OrderedTreeNode tnode,
	bool keys,
	bool ascending
)
Visual Basic
Public Sub New ( _
	tnode As OrderedTreeNode, _
	keys As Boolean, _
	ascending As Boolean _
)
Visual C++
public:
OrderedTreeEnumerator(
	OrderedTreeNode^ tnode, 
	bool keys, 
	bool ascending
)

See Also