idx_get()

_KeyList::idx_get(int) const method

Gets key at specified position.

virtual TKey System::Collections::Generic::_KeyList<Dict>::idx_get(int index) const override

Arguments

ParameterTypeDescription
indexintIndex to get key from.

Return Value

Copy of key at specified position.

See Also