idx_get()

Array::idx_get(int) const method

Returns the item at the specified index.

virtual T System::Array<T>::idx_get(int index) const override

Arguments

ParameterTypeDescription
indexintIndex of the item to be returned

Return Value

The item at specified index in the array

See Also