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