Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around a List<(Of <(T>)>) object that contains items copied from the specified collection.

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

Syntax

C#
protected ArchiveItemCollection(
	IEnumerable<ArchiveItem> 
)
Visual Basic (Declaration)
Protected Sub New ( _
	 As IEnumerable(Of ArchiveItem) _
)
Visual C++
protected:
ArchiveItemCollection(
	IEnumerable<ArchiveItem^>^ 
)

Parameters

Type: System.Collections.Generic..::.IEnumerable<(Of <(ArchiveItem>)>)

[Missing <param name=""/> documentation for "M:Rebex.IO.Compression.ArchiveItemCollection.#ctor(System.Collections.Generic.IEnumerable{Rebex.IO.Compression.ArchiveItem})"]

See Also