Share via


PagedList<T>.Item[Int32] Property

Definition

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
System.Int32

Property Value

T

Implements

System.Collections.Generic.IList`1.Item(System.Int32)

Applies to