NodeBase.IEnumerable.GetEnumerator Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
IEnumerable.GetEnumerator()
Gets an enumerator that iterates through the child nodes in the current node.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator | An enumerator that iterates through the child nodes in the current node. |