CompositeCollection.RemoveAt(Int32) 메서드

정의

컬렉션의 지정된 인덱스에서 항목을 제거합니다. 나머지 항목은 모두 한 칸 위로 올라갑니다.

public:
 virtual void RemoveAt(int removeIndex);
public void RemoveAt (int removeIndex);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (removeIndex As Integer)

매개 변수

removeIndex
Int32

항목을 제거할 인덱스입니다.

구현

예외

인덱스가 범위를 벗어난 경우

적용 대상