Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / KmlItemStyleCollection Class / FindAllReverse Method

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

    Parameters

    p
    See Also