ComponentOne Xamarin.Android
RemoveAsync(Int32) Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1GroupCollectionView<S> Class : RemoveAsync(Int32) Method
The index.
Removes the item at the specified index from the collection.
Syntax
'Declaration
 
Public Overrides Function RemoveAsync( _
   ByVal index As Integer _
) As Task
'Usage
 
Dim instance As C1GroupCollectionView(Of S)
Dim index As Integer
Dim value As Task
 
value = instance.RemoveAsync(index)
public override Task RemoveAsync( 
   int index
)

Parameters

index
The index.
See Also

Reference

C1GroupCollectionView<S> Class
C1GroupCollectionView<S> Members