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

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

    Parameters

    p
    See Also