ComponentOne Zip for UWP
AddRange Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : AddRange Method
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

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members