Add()
IList::Add(SharedPtr<System::Object>) method
Adds item to the end of list.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
Arguments
Parameter | Type | Description |
---|---|---|
item | SharedPtr<System::Object> | The item to add. |
Return Value
The index of the added item.
See Also
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Slides