idx_get()

List::idx_get(int) const method

Gets element at specific position.

T System::Collections::Generic::List<T>::idx_get(int index) const override

Arguments

ParameterTypeDescription
indexintIndex to get element from.

Return Value

Copy of element at specified position.

See Also