|
TrySetValue
Changes a value from the list at the specified index.
bool TrySetValue(
|
Parameters
index
[in] The index of the element from the list.
value
[in] The new value to assign to the specified list element.
Return Value
Returns true on successful, or false otherwise.