System::Collections::Generic::List::Add 方法
List::Add method
向列表末尾添加元素。
void System::Collections::Generic::List<T>::Add(const T &item) override
| Parameter | Type | 描述 |
|---|---|---|
| item | const T& | 要添加的项。 |
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++