Gets an IEnumerator<(Of <(<'T>)>)> for the collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of SftpItem)
C#
public IEnumerator<SftpItem> GetEnumerator()

Return Value

An IEnumerator<(Of <(<'T>)>)> for the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also