Gets the item at the specified index.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As FtpItem
	Get
C#
public FtpItem this[
	int index
] { get; }

Parameters

index
Type: System..::..Int32
A zero-based index of the item to get.

Field Value

Item at the specified index.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also