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) Version: 1.0.4086.0

Syntax

C#
protected ArchiveItemCollection(
	ArchiveItem 
)
Visual Basic (Declaration)
Protected Sub New ( _
	 As ArchiveItem _
)
Visual C++
protected:
ArchiveItemCollection(
	ArchiveItem^ 
)

Parameters

Type: Rebex.IO.Compression..::.ArchiveItem

[Missing <param name=""/> documentation for "M:Rebex.IO.Compression.ArchiveItemCollection.#ctor(Rebex.IO.Compression.ArchiveItem)"]

See Also