ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / CodeRanges Class / RemoveAll Method

In This Topic
    RemoveAll Method (CodeRanges)
    In This Topic
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal match As System.Predicate(Of CodeRange) _
    ) As System.Integer
    public System.int RemoveAll( 
       System.Predicate<CodeRange> match
    )

    Parameters

    match
    See Also