ParameterElementCollection.RemoveAt(Int32) 메서드

정의

지정한 위치에 있는 요소를 제거합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 요소의 위치입니다.

적용 대상