Read-only collection of ArchiveItem objects.

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

Syntax

Visual Basic
Public MustInherit Class ArchiveItemCollection _
	Implements IList(Of ArchiveItem), ICollection(Of ArchiveItem),  _
	IList, ICollection, IEnumerable(Of ArchiveItem), IEnumerable
C#
public abstract class ArchiveItemCollection : IList<ArchiveItem>, 
	ICollection<ArchiveItem>, IList, ICollection, IEnumerable<ArchiveItem>, 
	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