'宣言 Public Shared Function ReplaceAsync(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal index As System.Integer, _ ByVal item As T _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task ReplaceAsync<T>( ICollectionView<T> collectionView, System.int index, T item ) where T: class
パラメータ
- collectionView
 - The collection view.
 - index
 - The index.
 - item
 - The item.
 
型パラメータ
- T