System::Collections::ObjectModel::Collection::idx_get method

Collection::idx_get method

Gets value at specified index.

virtual T System::Collections::ObjectModel::Collection<T>::idx_get(int index) const override
ParameterTypeDescription
indexintIndex to get value from.

ReturnValue

Copy of value at specified index.

See Also