Array.IList.RemoveAt(Int32) 메서드

정의

지정한 인덱스에서 IList 항목을 제거합니다.

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

매개 변수

index
Int32

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

구현

예외

인덱스가 IList의 유효한 인덱스가 아닙니다.

IList이 읽기 전용인 경우

또는

IList가 고정 크기입니다.

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, Array 인스턴스가 IList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상