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