System::Collections::Generic::_ValueList::idx_get method

_ValueList::idx_get method

Gets value at specified position.

virtual TValue System::Collections::Generic::_ValueList<Dict>::idx_get(int index) const
ParameterTypeDescription
indexintIndex to get value from.

ReturnValue

Copy of value at specified position.

See Also