Collection.IList.Add(Object) Metodo

Definizione

Aggiunge un elemento alla raccolta.

 virtual int IListAdd(System::Object ^ Item) = System::Collections::IList::Add;
 virtual int IListAdd(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object Item);
int IList.Add (object value);
abstract member IListAdd : obj -> int
override this.IListAdd : obj -> int
abstract member IListAdd : obj -> int
override this.IListAdd : obj -> int
Function IListAdd (Item As Object) As Integer Implements IList.Add
Function IListAdd (value As Object) As Integer Implements IList.Add

Parametri

valueItem
Object

Elemento da aggiungere alla raccolta.

Restituisce

Posizione nella quale è stato inserito il nuovo elemento oppure -1 per indicare che l'elemento non è stato inserito nella raccolta.

Si applica a