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 插入的对象。

适用于