Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(<'T>)>)> object
that is empty and has the specified initial capacity.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Protected Sub New ( _ capacity As Integer _ ) |
C# |
---|
protected ArchiveItemCollection( int capacity ) |
Parameters
- capacity
- Type: System..::..Int32
Initial capacity of the wrapped collection.