ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / RemoveAll Method

In This Topic
    RemoveAll Method
    In This Topic
    Removes all the items that match the conditions defined by the specified predicate.
    Syntax
    'Declaration
     
    
    Public Function RemoveAll( _
       ByVal match As Predicate(Of Object) _
    ) As Integer
    public int RemoveAll( 
       Predicate<object> match
    )

    Parameters

    match
    See Also