PagedList<T>.Items Method

Definition

public System.Collections.Generic.IList<T> Items ();
member this.Items : unit -> System.Collections.Generic.IList<'T>
Public Function Items () As IList(Of T)

Returns

IList<T>

Applies to