ModelItemCollection.IList.Add(Object) Método

Definición

Agrega un elemento de modelo al final de .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

Objeto que se va a agregar a la colección.

Devoluciones

Índice del objeto recién agregado.

Implementaciones

Se aplica a