PrincipalValueCollection<T>.RemoveAt(Int32) 메서드

정의

컬렉션에서 지정한 인덱스에 있는 개체를 제거합니다.

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

매개 변수

index
Int32

컬렉션에서 제거할 개체의 인덱스입니다.

구현

설명

ArgumentOutOfRangeException 가 0보다 작거나 컬렉션의 길이보다 크거나 같은 경우 index 을 throw합니다.

적용 대상