Gets information about a container item by its index (note: index values may not be sequential)
C#
Parameters
|
Parameters |
Description |
|---|---|
|
index |
Index of the item. Each file parser controls how it uses index to efficiently identify an item in the container, so values may not be sequential. For example, index could be a byte offset. |
Returns
ContainerItemInfo if found, null otherwise
See Also