Sdílet prostřednictvím


Int32Collection.Insert(Int32, Int32) Metoda

Definice

Vloží do Int32 konkrétního umístění v rámci kolekce.

public:
 virtual void Insert(int index, int value);
public void Insert (int index, int value);
abstract member Insert : int * int -> unit
override this.Insert : int * int -> unit
Public Sub Insert (index As Integer, value As Integer)

Parametry

index
Int32

Pozice indexu Int32 , do které se vloží.

value
Int32

Vložení Int32 do kolekce

Implementuje

Výjimky

index není platný index v souboru Int32Collection.

Jedná se Int32Collection o jen pro čtení.

-nebo- Má Int32Collection pevnou velikost.

Platí pro

Viz také