ZipItemCollection.IList<ArchiveItem>.Item Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IList<ArchiveItem>.Item[Int32]
Gets a ArchiveItem at the specified index. Setter throws the NotSupportedException. Inherited from ArchiveItemCollection.
Declaration
ArchiveItem IList<ArchiveItem>.this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The index of an item to return. |
Returns
Type | Description |
---|---|
ArchiveItem |