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

In This Topic
    FindAll Method (MarkerStyleCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal p As Predicate(Of MarkerStyle) _
    ) As IEnumerable(Of T)
    public IEnumerable<T> FindAll( 
       Predicate<MarkerStyle> p
    )

    Parameters

    p
    See Also