System::Collections::IListImplRefType::idx_get method

IListImplRefType::idx_get method

Gets the element at the specified index.

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

See Also