System::Collections::IList::Add metodo
IList::Add method
Aggiunge un elemento alla fine della lista.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | SharedPtr<System::Object> | L’elemento da aggiungere. |
ReturnValue
L’indice dell’elemento aggiunto.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++