Share via


CollectionPage<T>.Item[Int32] Property

Definition

Access the item at the given index.

public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set
Default Public Property Item(index As Integer) As T

Parameters

index
Int32

The item's index.

Property Value

T

The item of type T.

Implements

Applies to