TreeNodeIterator.reset Method

Resets the iterator so that the next call to the next method returns the first child node in the list.

Syntax

public void reset()

Run On

Called

See Also

TreeNodeIterator Class

TreeNodeIterator.next Method