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

In This Topic
    ForEach Method (LogEntryList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of LogEntryBase) _
    ) 
    public void ForEach( 
       System.Action<LogEntryBase> action
    )

    Parameters

    action
    See Also