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
Parameter | Type | Description |
---|---|---|
item | const T& | Item to add. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Slides