System::Collections::IList::Add méthode
IList::Add method
Ajoute un élément à la fin de la liste.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| Paramètre | Type | Description |
|---|---|---|
| élément | SharedPtr<System::Object> | L’élément à ajouter. |
ReturnValue
L’index de l’élément ajouté.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++