CodeTypeParameterCollection.Insert(Int32, CodeTypeParameter) 方法

定義

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

public:
 void Insert(int index, System::CodeDom::CodeTypeParameter ^ value);
public void Insert (int index, System.CodeDom.CodeTypeParameter value);
member this.Insert : int * System.CodeDom.CodeTypeParameter -> unit
Public Sub Insert (index As Integer, value As CodeTypeParameter)

參數

index
Int32

要插入項目之以零起始的索引位置。

value
CodeTypeParameter

要插入的 CodeTypeParameter 物件。

適用於