'宣言 Public Shared Sub SetPageSize(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal pageSize As System.Integer _ )
public static void SetPageSize<T>( IDataCollection<T> dataCollection, System.int pageSize ) where T: class
パラメータ
- dataCollection
- The data collection.
- pageSize
- The size of the page.
型パラメータ
- T