CollectionPage<T>.CurrentPage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current page.
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>