Compartir a través de


ActivityCollection.IList.Add(Object) Método

Definición

Agrega un objeto a IList al final de IList.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parámetros

value
Object

Object que se va a agregar a IList.

Devoluciones

Int32

El índice de base cero Object agregado recientemente.

Implementaciones

Se aplica a