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

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

    Parameters

    p
    See Also