Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorList Class / Find Method

In This Topic
    Find Method (OperatorList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal match As System.Predicate(Of OperatorBase) _
    ) As OperatorBase
    public OperatorBase Find( 
       System.Predicate<OperatorBase> match
    )

    Parameters

    match
    See Also