ActivityCollection.IList.Add(Object) Método

Definición

Agrega un objeto al IList 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

que Object se va a agregar a .IList

Devoluciones

Índice de base cero del Object objeto que se acaba de agregar.

Implementaciones

Se aplica a