ActivityCollection.RemoveAt(Int32) 메서드

정의

Activity 지정된 위치에 있는 ICollection in을 제거합니다index.

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부터 시작하는 인덱스 위치로 컬렉션에서 활동을 제거합니다.

구현

설명

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

적용 대상