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