System::Collections::IListImplRefType::Add method
IListImplRefType::Add method
Adds element to the end of list.
virtual int System::Collections::IListImplRefType<T>::Add(SharedPtr<System::Object> item) override
Parameter | Type | Description |
---|---|---|
item | SharedPtr<System::Object> | Item to add. |
See Also
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.PUB for C++