Read-only collection of ZipItem objects.

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

Syntax

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

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also