Read-only collection of ZipItem objects.

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

Syntax

C#
public class ZipItemCollection : ArchiveItemCollection, 
	IList<ZipItem>, ICollection<ZipItem>, IEnumerable<ZipItem>, 
	IEnumerable
Visual Basic (Declaration)
Public Class ZipItemCollection _
	Inherits ArchiveItemCollection _
	Implements IList(Of ZipItem), ICollection(Of ZipItem),  _
	IEnumerable(Of ZipItem), IEnumerable
Visual C++
public ref class ZipItemCollection : public ArchiveItemCollection, 
	IList<ZipItem^>, ICollection<ZipItem^>, IEnumerable<ZipItem^>, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  Rebex.IO.Compression..::.ArchiveItemCollection
    Rebex.IO.Compression..::.ZipItemCollection

See Also