ArchiveItemCollection Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Read-only collection of Archive
Syntax
public abstract class ArchiveItemCollection : IList<ArchiveItem>, ICollection<ArchiveItem>, IList, ICollection, IEnumerable<ArchiveItem>, IEnumerable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Archive |
Initializes a new instance of the Archive |
Archive |
Initializes a new instance of the Archive |
ArchiveItemCollection(IEnumerable<ArchiveItem>) | Initializes a new instance of the Archive |
Archive |
Initializes a new instance of the Archive |
Properties
Name | Description |
---|---|
Count | Gets the number of items contained in the collection. |
Is |
Gets a value indicating whether the collection is read-only. |
Items | Gets a List<T> object that the Archive |
Methods
Name | Description |
---|---|
Sort() | Sorts the elements in the entire collection using the default comparer. |
Sort(IComparer<ArchiveItem>) | Sorts the elements in the entire collection using the specified comparer. |
Sort(IComparer) | Sorts the elements in the entire collection using the specified comparer. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<ArchiveItem>.Add(ArchiveItem) | Not supported. Throws Not |
ICollection<ArchiveItem>.Clear() | Not supported. Throws Not |
ICollection<ArchiveItem>.Contains(ArchiveItem) | Gets a value indicating whether the collection contains the specified item. |
ICollection<ArchiveItem>.CopyTo(ArchiveItem[], Int32) | Copies the range of elements from the collection to a one-dimensional
Archive |
ICollection<ArchiveItem>.Remove(ArchiveItem) | Not supported. Throws Not |
IEnumerable<ArchiveItem>.GetEnumerator() | Returns an enumerator that iterates through the collection. |
IList<ArchiveItem>.IndexOf(ArchiveItem) | Get an index of the |
IList<ArchiveItem>.Insert(Int32, ArchiveItem) | Not supported. Throws Not |
IList<ArchiveItem>.Item[Int32] | Gets a Archive |
IList<ArchiveItem>.RemoveAt(Int32) | Not supported. Throws Not |
ICollection. |
Copies the range of elements from the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
ICollection. |
Gets a value indicating whether access to the collection is thread safe. |
ICollection. |
Gets an object that can be used to synchronize access to the collection. |
IEnumerable. |
Returns an enumerator that iterates through the collection. |
IList. |
Not supported. Throws Not |
IList. |
Not supported. Throws Not |
IList. |
Gets a value indicating whether the collection contains the specified item. |
IList. |
Get an index of the |
IList. |
Not supported. Throws Not |
IList. |
Returns true. |
IList. |
Gets an item at the specified index.
Setter throws the Not |
IList. |
Not supported. Throws Not |
IList. |
Not supported. Throws Not |