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
Parameter | Type | Description |
---|---|---|
element | const T& | Element to add into list. |
See Also
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++