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

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

    Parameters

    p
    See Also