CollectionPage<T> Constructors
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.
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.