Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / FindLast Method

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

    Parameters

    match
    See Also