言語

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

実装

例外

index は、 Int32Collection内の有効なインデックスではありません。

Int32Collectionは読み取り専用です。

-又は-

Int32Collectionには固定サイズがあります。

適用対象

こちらもご覧ください