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

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

    Parameters

    p
    See Also