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