Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Util Namespace / FastList Class / RemoveAt Method
The index of the element to remove.

In This Topic
    RemoveAt Method (FastList)
    In This Topic
    Removes the element at the specified index from the current list.
    Syntax
    'Declaration
     
    Protected Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    protected virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the element to remove.
    See Also