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보다 작거나 컬렉션의 항목 수보다 큽니다.

적용 대상