Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendCollection Class / CountAll Method

In This Topic
    CountAll Method (LegendCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CountAll( _
       ByVal p As Predicate(Of Legend) _
    ) As Integer
    public int CountAll( 
       Predicate<Legend> p
    )

    Parameters

    p
    See Also