index |
get_item(index)item(index)set_item(index, value)item(index, value);
Parameter | Type | Description |
---|---|---|
i | int | The zero-based index of the element to get or set. |
Type | Description |
---|---|
AnnBatesStamp | The element at the specified index.The element at the specified index. |