ComponentOne Xamarin Edition
RemoveAsync<T> Method (ICollectionViewEx)
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : RemoveAsync<T> Method
The collection view.
The index of the item that will be removed.
Removes the item at the specified index from the collection.
Syntax
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx+d__56`1[T])] 
[Extension()] 
public static Task RemoveAsync<T>( 
   ICollectionView<T> collectionView, 
   int index 
) 
where T: class

Parameters

collectionView
The collection view.
index
The index of the item that will be removed.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members