Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / LineStyleCollection Class / FindAllReverse Method

In This Topic
    FindAllReverse Method (LineStyleCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAllReverse( _
       ByVal p As Predicate(Of LineStyle) _
    ) As IEnumerable(Of T)
    public IEnumerable<T> FindAllReverse( 
       Predicate<LineStyle> p
    )

    Parameters

    p
    See Also