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