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.