ComponentOne Xamarin.Android
RemoveAsync Method (ISupportEditing)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : RemoveAsync Method
The index.
Removes the item at the specified index from the collection.
Syntax
'Declaration
 
Function RemoveAsync( _
   ByVal index As Integer _
) As Task
'Usage
 
Dim instance As ISupportEditing
Dim index As Integer
Dim value As Task
 
value = instance.RemoveAsync(index)
Task RemoveAsync( 
   int index
)

Parameters

index
The index.
See Also

Reference

ISupportEditing Interface
ISupportEditing Members