ZipItemCollection.Item Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Item[String]
Gets the Zip
Declaration
public ZipItem this[string path] { get; }
Parameters
Property Value
Type | Description |
---|---|
Zip |
The Zip |
Item[Int32]
Gets the item at the specified index.
Declaration
public ZipItem this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the item to get. |
Property Value
Type | Description |
---|---|
Zip |
The item at the specified index. |