idx_get()

IListImplRefType::idx_get(int, int) const 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

Arguments

ParameterTypeDescription
indexintindex of the element
dummyintfake param to help resolve disambiguity

See Also