Share via


CollectionPage<T> Constructors

Definition

Overloads

CollectionPage<T>()

Creates the collection page.

CollectionPage<T>(IList<T>)

Creates the collection page.

CollectionPage<T>()

Creates the collection page.

public CollectionPage ();
Public Sub New ()

Applies to

CollectionPage<T>(IList<T>)

Creates the collection page.

public CollectionPage (System.Collections.Generic.IList<T> currentPage);
new Microsoft.Graph.CollectionPage<'T> : System.Collections.Generic.IList<'T> -> Microsoft.Graph.CollectionPage<'T>
Public Sub New (currentPage As IList(Of T))

Parameters

currentPage
IList<T>

The current page.

Applies to