Initializes a new instance of the ZipItemCollection class that is empty and has the specified initial capacity.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Protected Friend Sub New ( _
	capacity As Integer _
)
C#
protected internal ZipItemCollection(
	int capacity
)

Parameters

capacity
Type: System..::..Int32
Initial capacity of the wrapped collection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also