System::Collections::IList::Add metode
IList::Add method
Menambahkan item ke akhir daftar.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| item | SharedPtr<System::Object> | Item yang akan ditambahkan. |
ReturnValue
Indeks dari item yang ditambahkan.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++