ActivityCollection.RemoveAt(Int32) 메서드

정의

Activity에서 지정된 ICollectionindex를 제거합니다.

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

매개 변수

index
Int32

컬렉션에서 활동을 제거할 인덱스(0부터 시작) 위치입니다.

구현

설명

인덱스가 유효하지 않으면(범위를 벗어난 경우) 런타임 예외가 발생합니다.

적용 대상