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

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

    Parameters

    match
    See Also