ZipItemCollection.IList<ZipItem>.Item Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
IList<ZipItem>.Item[Int32]
Gets a Zip
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 |
|---|---|
| Zip |