ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also