System::Collections::Generic::_KeyList::idx_get method

_KeyList::idx_get method

Gets key at specified position.

virtual TKey System::Collections::Generic::_KeyList<Dict>::idx_get(int index) const override
ParameterTypeDescription
indexintIndex to get key from.

ReturnValue

Copy of key at specified position.

See Also