ZipItemCollection Constructor
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ZipItemCollection()
Initializes a new instance of the ZipItemCollection class.
Declaration
protected ZipItemCollection()
ZipItemCollection(Int32)
Initializes a new instance of the ZipItemCollection class that is empty and has the specified initial capacity.
Declaration
protected ZipItemCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
Int32 | capacity | Initial capacity of the wrapped collection. |
ZipItemCollection(ZipItem)
Initializes a new instance of the ZipItemCollection class that contains the specified item.
Declaration
protected ZipItemCollection(ZipItem item)
Parameters
Type | Name | Description |
---|---|---|
ZipItem | item | An object to insert into the wrapped collection. |