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

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

    Parameters

    match
    See Also