[System.Runtime.CompilerServices.AsyncStateMachine(C1.CollectionView.ICollectionViewEx/d__55`1)] [System.Runtime.CompilerServices.Extension()] public static System.Threading.Tasks.Task<int> InsertAsync<T>( ICollectionView<T> collectionView, System.int index, T item ) where T: class
パラメータ
- collectionView
- コレクションビュー
- index
- 項目を挿入する位置のインデックス
- item
- 挿入する項目
型パラメータ
- T