System::Collections::Generic::LinkedList::Add method

LinkedList::Add method

Adds element to the end of the list.

void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
ParameterTypeDescription
elementconst T&Element to add into list.

See Also