System::Collections::Generic::List::Add method

List::Add method

Adds element to the end of list.

void System::Collections::Generic::List<T>::Add(const T &item) override
ParameterTypeDescription
itemconst T&Item to add.

See Also