Gets the item at the specified index.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ZipItem Get |
C# |
---|
public ZipItem this[ int index ] { get; } |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to get.