ActivityCollection.IList.Add(Object) Metoda

Definice

Přidá objekt na IList konec objektu 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

The Object to add to the IList.

Návraty

Index Object založený na nule, který byl právě přidán.

Implementuje

Platí pro