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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also