ZipItemCollection Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Read-only collection of Zip
Syntax
public class ZipItemCollection : ArchiveItemCollection, IList<ArchiveItem>, ICollection<ArchiveItem>, IEnumerable<ArchiveItem>, IList<ZipItem>, ICollection<ZipItem>, IList, ICollection, IEnumerable<ZipItem>, IEnumerable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Zip |
Initializes a new instance of the Zip |
Zip |
Initializes a new instance of the Zip |
Zip |
Initializes a new instance of the Zip |
Properties
Name | Description |
---|---|
Count | Gets the number of items contained in the collection.
Inherited from Archive |
Is |
Gets a value indicating whether the collection is read-only.
Inherited from Archive |
Item[Int32] | Gets the item at the specified index. |
Item[String] | Gets the Zip |
Items | Gets a List<T> object that the Archive |
Methods
Name | Description |
---|---|
Contains(Zip |
Determines whether the collection contains a specific item. |
Copy |
Copies the items of the collection to an System.Array, starting at a particular index. |
Get |
Returns an enumerator that iterates through the collection. |
Index |
Returns the index of a specific item in the collection. |
Sort() | Sorts the elements in the entire collection using the default comparer.
Inherited from Archive |
Sort(IComparer<ArchiveItem>) | Sorts the elements in the entire collection using the specified comparer.
Inherited from Archive |
Sort(IComparer<ZipItem>) | Sorts the elements in the entire collection using the specified comparer. |
Sort(IComparer) | Sorts the elements in the entire collection using the specified comparer.
Inherited from Archive |