System::Collections::Generic::LinkedList::Add 方法
LinkedList::Add method
将 element 添加到列表的末尾。
void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 元素 | const T& | 要添加到列表中的元素。 |
另见
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++