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