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