CodeTypeParameterCollection.Insert(Int32, CodeTypeParameter) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 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 对象。