ActivityCollection.IList.Add(Object) Metoda

Definicja

Dodaje obiekt na IList końcu obiektu 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

Parametry

value
Object

Element Object do dodania do elementu IList.

Zwraca

Int32

Indeks oparty na Object zerach właśnie dodany.

Implementuje

Dotyczy