idx_get()

_ValueList::idx_get(int) const method

Gets value at specified position.

virtual TValue System::Collections::Generic::_ValueList<Dict>::idx_get(int index) const

Arguments

ParameterTypeDescription
indexintIndex to get value from.

Return Value

Copy of value at specified position.

See Also