다음을 통해 공유


ValueProviderFactoryCollection.RemoveItem(Int32) 메서드

정의

Collection<T>의 지정된 인덱스에 있는 요소를 제거합니다.

protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

매개 변수

index
Int32

제거할 요소의 인덱스(0부터 시작)입니다.

예외

Index 가 0보다 작거나 가Index 같거나 보다 큽니다. Count

적용 대상