|
Insert
Inserts an element into the list at the specified index.
bool Insert(
|
Parameters
index
[in] The index to insert at.
item
[in] The value to be inserted at the specified index.
Return Value
Returns true on successful, or false otherwise.