次の方法で共有


PagedList<T> コンストラクター

定義

オーバーロード

PagedList<T>()

空の PagedList クラスをインスタンス化します。

PagedList<T>(IList<T>)

別のリストの項目を使用して PagedList クラスをインスタンス化します。

PagedList<T>()

空の PagedList クラスをインスタンス化します。

protected PagedList ();
Protected Sub New ()

適用対象

PagedList<T>(IList<T>)

別のリストの項目を使用して PagedList クラスをインスタンス化します。

protected PagedList (System.Collections.Generic.IList<T> list);
new System.Fabric.Query.PagedList<'T> : System.Collections.Generic.IList<'T> -> System.Fabric.Query.PagedList<'T>
Protected Sub New (list As IList(Of T))

パラメーター

list
IList<T>

ページリストの作成に使用するアイテムを含むリスト。

適用対象