|
TryGetValue
Gets an element of the list at the specified index.
bool TryGetValue(
|
Parameters
index
[in] The index of the list element the value of which you want to get.
&value
[out] The variable to write the element value to.
Return Value
Returns true on successful, or false otherwise.