Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / LayerCollection Class / FindAll Method

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

    Parameters

    p
    See Also