Int32Collection.IList.Add(Object) Metoda

Definice

Popis tohoto člena najdete v tématu Add(Object).

 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

Parametry

value
Object

Přidá Object se do Int32Collection.

Návraty

Pozice, do které byl nový prvek vložen.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že Int32Collection je instance přetypovaná na IList rozhraní.

Platí pro