FileSystemItemCollection.GetEnumerator Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9147)
GetEnumerator()
Gets an IEnumerator<T> for the collection.
Declaration
public IEnumerator<FileSystemItem> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<File |
An IEnumerator<T> for the collection. |