SynchronizedCollection<T>.RemoveItem(Int32) 메서드

정의

컬렉션에서 지정된 index에 있는 항목을 제거합니다.

protected:
 virtual void RemoveItem(int index);
protected virtual void RemoveItem (int index);
abstract member RemoveItem : int -> unit
override this.RemoveItem : int -> unit
Protected Overridable Sub RemoveItem (index As Integer)

매개 변수

index
Int32

컬렉션에서 검색할 요소의 인덱스(0부터 시작)입니다.

예외

지정된 index가 0보다 작거나 컬렉션의 항목 수보다 큰 경우

적용 대상