System::Collections::ObjectModel::ReadOnlyCollection::idx_get method

ReadOnlyCollection::idx_get method

Gets item at specific position.

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

ReturnValue

Copy of element at specified position.

See Also