Read-only collection of ArchiveItem objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also