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

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

    Parameters

    p
    See Also