Compartir a través de


OrderedDictionary<TKey,TValue>.IList.Add(Object) Método

Definición

Agrega un elemento al IList.

 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 al IList.

Devoluciones

Posición en la que se insertó el nuevo elemento o -1 para indicar que el elemento no se insertó en la colección.

Implementaciones

Se aplica a