| Name | Description | |
|---|---|---|
|  | Current | Gets the element in the collection at the current position of the enumerator. (Inherited from System.Collections.IEnumerator) | 
|  | Node | The tree node being traversed. | 
 
            The following tables list the members exposed by ITreeTraverser<T>.
| Name | Description | |
|---|---|---|
|  | Current | Gets the element in the collection at the current position of the enumerator. (Inherited from System.Collections.IEnumerator) | 
|  | Node | The tree node being traversed. | 
| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) | 
|  | MoveNext | Advances the enumerator to the next element of the collection. (Inherited from System.Collections.IEnumerator) | 
|  | Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from System.Collections.IEnumerator) |