ModelItemCollection.IList.Add(Object) Método

Definición

Agrega un elemento del modelo al final de la ModelItemCollection.

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

Parámetros

value
Object

El objeto que se va a agregar a la colección.

Devoluciones

Int32

Índice del objeto que se acaba de agregar.

Implementaciones

Se aplica a