ICollectionPage<T>.CurrentPage Property

Definition

The current page of the collection.

public System.Collections.Generic.IList<T> CurrentPage { get; }
member this.CurrentPage : System.Collections.Generic.IList<'T>
Public ReadOnly Property CurrentPage As IList(Of T)

Property Value

IList<T>

Applies to