Collection<T>.IList.Add(Object) Metodo
Definizione
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
Function Add (value As Object) As Integer Implements IList.Add
Parametri
Restituisce
Posizione in cui è stato inserito il nuovo elemento.The position into which the new element was inserted.
Implementazioni
Eccezioni
value
è un tipo non assegnabile all'oggetto IList.value
is of a type that is not assignable to the IList.
Commenti
Questo metodo è un'operazione O (1).This method is an O(1) operation.