FtpItemCollection.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
GetEnumerator()
Gets an IEnumerator<T> for the collection.
Declaration
public IEnumerator<FtpItem> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<FtpItem> | An IEnumerator<T> for the collection. |