ComponentOne FlexReport for UWP
AddRange Method

C1.UWP.Document Assembly > C1.Xaml.Document 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