Add()

List::Add(const T&) method

Adds element to the end of list.

void System::Collections::Generic::List<T>::Add(const T &item) override

Arguments

ParameterTypeDescription
itemconst T&Item to add.

See Also