ActivityCollection.IList.Add(Object) Metodo

Definizione

Aggiunge un oggetto a IList alla fine di IList.

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

Parametri

value
Object

Oggetto Object da aggiungere a IList.

Restituisce

Int32

Indice in base zero dell’oggetto Object appena aggiunto.

Implementazioni

Si applica a