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