OrderedDictionary<TKey,TValue>.IList.Add(Object) Metodo

Definizione

Aggiunge 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

Parametri

value
Object

Oggetto da aggiungere al IList.

Restituisce

Posizione in cui è stato inserito il nuovo elemento o -1 per indicare che l'elemento non è stato inserito nell'insieme.

Implementazioni

Si applica a