idx_get()

IList::idx_get(int, int) const method

Gets the item at the specified index.

virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0

Arguments

ParameterTypeDescription
indexintThe item index.
dummyintThe fake param that is used to disambiguate.

Return Value

The item at the specified index.

See Also