Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Returns the value at a specific index in a list.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index (required) | int | The zero-based index of the value to be returned. |
Remarks
The []indexing operator is
equivalent to the list.GetAt() method.
Passing a negative number or an index larger than or equal to the number of items in the list throws an Index was out of range. Must be non-negative and less than the size of the collection. error at runtime.
