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
Rebex.IO.Compression..::..ArchiveItemCollection
Rebex.IO.Compression..::..ZipItemCollection