Add()

LinkedList::Add(const T&) method

Adds element to the end of the list.

void System::Collections::Generic::LinkedList<T>::Add(const T &element) override

Arguments

ParameterTypeDescription
elementconst T&Element to add into list.

See Also