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