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