Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(<'T>)>)> object
that contains copy of the specified item.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Protected Sub New ( _ item As ArchiveItem _ ) |
C# |
---|
protected ArchiveItemCollection( ArchiveItem item ) |
Parameters
- item
- Type: Rebex.IO.Compression..::..ArchiveItem
An object to insert into the wrapped collection.