System::Collections::Generic::IList::idx_get method

IList::idx_get method

Gets element at specified index.

virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
ParameterTypeDescription
indexintIndex of element to get.

ReturnValue

Copy of element at specified index.

See Also