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