Int32Collection.Insert(Int32, Int32) メソッド

定義

コレクション内の指定した位置に Int32 を挿入します。

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)

パラメーター

index
Int32

Int32 を挿入するインデックス位置。

value
Int32

コレクションに挿入する Int32

実装

例外

indexInt32Collection の有効なインデックスではありません。

Int32Collection は読み取り専用です。

適用対象

こちらもご覧ください