Gets the item at the specified index.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As SftpItem Get |
C# |
---|
public SftpItem this[ int index ] { get; } |
Parameters
- index
- Type: System..::..Int32
A zero-based index of the item to get.