System::Collections::IList::Add método
IList::Add method
Agrega un elemento al final de la lista.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| item | SharedPtr<System::Object> | El elemento a añadir. |
ReturnValue
El índice del elemento añadido.
Ver también
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++