Name | Description | |
---|---|---|
get | Gets the item at the given zero-based index. | |
indexOf | Returns the index in this collection where the specified item is located. | |
insert | Inserts an element into the collection at the specified index. | |
removeAt | Removes the element at the specified index of the collection. | |
set | Sets the item at the given zero-based index. |