DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / Remove Method

In This Topic
    Remove Method (C1LengthList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As Double _
    ) As Boolean
    public bool Remove( 
       double item
    )

    Parameters

    item
    See Also