System::Collections::Generic::List::idx_get method

List::idx_get method

Gets element at specific position.

T System::Collections::Generic::List<T>::idx_get(int index) const override
ParameterTypeDescription
indexintIndex to get element from.

ReturnValue

Copy of element at specified position.

See Also