[System.Runtime.CompilerServices.Extension()] public static System.Threading.Tasks.Task LoadAsync<T>( ICollectionView<T> collectionView, System.Nullable<int> fromIndex, System.Nullable<int> toIndex, System.Threading.CancellationToken cancellationToken ) where T: class
パラメータ
- collectionView
- コレクションビュー
- fromIndex
- 開始インデックス。指定されない場合は 0 になります。
- toIndex
- 終了インデックス。指定されない場合は Count になります。
- cancellationToken
- 中止トークン
型パラメータ
- T