ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Remove Method
The object to remove from the System.Collections.IList.

In This Topic
    Remove Method
    In This Topic
    Removes the first occurrence of a specific object from the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As System.Object _
    ) 
    public void Remove( 
       System.object value
    )

    Parameters

    value
    The object to remove from the System.Collections.IList.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also