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