System::Collections::IListImplValueType::idx_get method

IListImplValueType::idx_get method

Gets the element at the specified index.

virtual SharedPtr<System::Object> System::Collections::IListImplValueType<T>::idx_get(int index, int dummy=0) const override
ParameterTypeDescription
indexintindex of the element
dummyintfake param to help resolve disambiguity

See Also