Blazor コントロール
LoadAsync<T> メソッド (IDataCollectionEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : LoadAsync<T> メソッド
The data collection.
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count.
The cancellation token.
Load the items between the specified indexes.
シンタックス
'宣言
 
Public Shared Function LoadAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task LoadAsync<T>( 
   IDataCollection<T> dataCollection,
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

dataCollection
The data collection.
fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ