Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / FindAll Method

In This Topic
    FindAll Method (UsageApplicationList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal match As System.Predicate(Of UsageApplication) _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> FindAll( 
       System.Predicate<UsageApplication> match
    )

    Parameters

    match
    See Also