Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes.Serialization Namespace / SerializerLog Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also