Collection<T>.IList.Add(Object) Método
Definición
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
Devoluciones
Posición en la que se insertó el nuevo elemento.The position into which the new element was inserted.
Implementaciones
Excepciones
value
es de un tipo que no se puede asignar a IList.value
is of a type that is not assignable to the IList.
Comentarios
Este método es una operación O (1).This method is an O(1) operation.