setAt

The setAt method inserts the specified element at the given index in the collection.

Visibility
Public
Signature
int setAt(int index, const void* p)
Parameters
index

The index at which to add the new element

p

The element to add

Returns

The method returns one of the following values:


Feedback