FileSystemItemCollection.IEnumerable.GetEnumerator Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
IEnumerable.GetEnumerator()
Returns an enumerator that can iterate through the collection
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator | An IEnumerator for the collection. |