Search
TreeEnumerator Members
Constructors Properties Methods
 


Enables an easy standard method to iterate over the elements of a tree-like structure of objects.

The following tables list the members exposed by the TreeEnumerator type.

 Public Constructors

  Name Description

TreeEnumerator

Initializes a new instance of the TreeEnumerator class.

 Public Properties

  Name Description

Current

Gets the current element of the iteration.

 Public Methods

  Name Description

MoveNext

Advances the enumerator to the next element of the tree.

Reset

Sets the enumerator to its initial position, which is before the first element in the collection.

 See Also