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ámetroTipoDescripción
itemSharedPtr<System::Object>El elemento a añadir.

ReturnValue

El índice del elemento añadido.

Ver también