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

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

    Parameters

    match
    See Also