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

In This Topic
    AddRange Method (LogEntryList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of LogEntryBase) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<LogEntryBase> collection
    )

    Parameters

    collection
    See Also