idx_get()

IList::idx_get(int) const method

Gets element at specified index.

virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0

Arguments

ParameterTypeDescription
indexintIndex of element to get.

Return Value

Copy of element at specified index.

See Also