Initializes a new instance of the ZipItemCollection class
            that contains the specified item.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected Friend Sub New ( _ item As ZipItem _ ) | 
| C# | 
|---|
| protected internal ZipItemCollection( ZipItem item ) | 
Parameters
- item
- Type: Rebex.IO.Compression..::..ZipItem
 An object to insert into the wrapped collection.
 
     
     
     
     
    