ProtocolCollection.RemoveAt(Int32) 메서드

정의

지정된 인덱스 ProtocolElement 위치에서 개체를 제거합니다.

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

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

매개 변수

index
Int32

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

설명

RemoveAt .NET Framework 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상