SynchronizedCollection<T>.IList.Remove(Object) 메서드

정의

컬렉션에서 요소로 지정된 개체의 첫 번째 항목을 제거합니다.

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove(object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

매개 변수

value
Object

컬렉션에서 제거할 개체입니다.

구현

설명

제거된 요소 다음에 있는 컬렉션의 요소는 비워진 지점을 차지하기 위해 위로 이동하고 그에 따라 해당 인덱스가 업데이트됩니다.

적용 대상