PrincipalValueCollection<T>.Insert(Int32, T) 方法

定義

將指定的物件插入至集合中所指定索引處。

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

參數

index
Int32

集合中會插入 value 的索引處。

value
T

物件。

實作

適用於