\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / AddRange Method

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

    Parameters

    collection
    See Also