Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(<'T>)>)> object
that contains items copied from the specified collection.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Protected Sub New ( _ collection As IEnumerable(Of ArchiveItem) _ ) |
C# |
---|
protected ArchiveItemCollection( IEnumerable<ArchiveItem> collection ) |
Parameters
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ArchiveItem>)>)>
The collection whose items are copied to the wrapped collection.