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

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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also