System::Collections::IList::Add 方法
IList::Add method
将项目添加到列表末尾。
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| Parameter | Type | 描述 |
|---|---|---|
| item | SharedPtr<System::Object> | 要添加的项目。 |
ReturnValue
已添加项目的索引。
另见
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++