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