Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes.Serialization Namespace / SerializerLog Class / AddRange Method

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

    Parameters

    collection
    See Also