RemoveAt
Removes an element at the specified index of the list.
bool RemoveAt( const int index // index );
Parameters
index
[in] The index of the element to remove.
Return Value
Returns true on successful, or false otherwise.