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要插入的物件。

適用於