Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes.Serialization Namespace / SerializerLog Class / RemoveAll Method

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

    Parameters

    match
    See Also