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

In This Topic
    Remove Method (FastList)
    In This Topic
    Removes the specified element from the current list.
    Syntax
    'Declaration
     
    Protected Sub Remove( _
       ByVal obj As Object _
    ) 
    protected void Remove( 
       object obj
    )

    Parameters

    obj
    The element to remove.
    See Also