طريقة System::Collections::IList::Add
IList::Add method
يضيف عنصرًا إلى نهاية القائمة.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| معامل | نوع | الوصف |
|---|---|---|
| item | SharedPtr<System::Object> | العنصر المراد إضافته. |
ReturnValue
فهرس العنصر المضاف.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++