ComponentOne Xamarin.Android
RemoveAsync Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : RemoveAsync Method
The index.
Removes the item at the specified index from the collection.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__89)> 
Public Overridable Function RemoveAsync( _ 
   ByVal index As Integer _ 
) As Task
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim index As Integer
Dim value As Task
 
value = instance.RemoveAsync(index)
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__89)] 
public virtual Task RemoveAsync( 
   int index 
)

Parameters

index
The index.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members