ArchiveItemCollection Constructor
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
ArchiveItemCollection()
Initializes a new instance of the Archive
Declaration
protected ArchiveItemCollection()
ArchiveItemCollection(Int32)
Initializes a new instance of the Archive
Declaration
protected ArchiveItemCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
Int32 | capacity | Initial capacity of the wrapped collection. |
ArchiveItemCollection(IEnumerable<ArchiveItem>)
Initializes a new instance of the Archive
Declaration
protected ArchiveItemCollection(IEnumerable<ArchiveItem> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Archive |
collection | The collection whose items are copied to the wrapped collection. |
ArchiveItemCollection(ArchiveItem)
Initializes a new instance of the Archive
Declaration
protected ArchiveItemCollection(ArchiveItem item)
Parameters
Type | Name | Description |
---|---|---|
Archive |
item | An object to insert into the wrapped collection. |