System::Collections::IList::idx_get method

IList::idx_get method

RTTI information.

virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0
ParameterTypeDescription
indexintThe item index.
dummyintThe fake param that is used to disambiguate.

ReturnValue

The item at the specified index.

Remarks

Gets the item at the specified index.

See Also