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

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

구현

예외

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

적용 대상