다음을 통해 공유


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

항목을 삽입할 0부터 시작하는 인덱스입니다.

value
CodeTypeParameter

삽입할 CodeTypeParameter 개체입니다.

적용 대상