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 为只读。

适用于

另请参阅