Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportEditing Interface / RemoveAsync Method
The index.

In This Topic
    RemoveAsync Method (ISupportEditing)
    In This Topic
    Removes the item at the specified index from the collection.
    Syntax
    'Declaration
     
    
    Function RemoveAsync( _
       ByVal index As Integer _
    ) As Task
    Task RemoveAsync( 
       int index
    )

    Parameters

    index
    The index.
    See Also