ComponentOne FlexReport for WinForms
AddRange Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LogEntryList Class : AddRange Method
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of LogEntry) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<LogEntry> collection
)

Parameters

collection
See Also

Reference

LogEntryList Class
LogEntryList Members