|
TryGetValue
Gets a list element at the specified index.
bool TryGetValue(
|
Parameters
index
[in] The index of the element from the list.
&value
[out] The variable to which the specified value of the element from the list will be written.
Return Value
Returns true on successful, or false otherwise.