ActivityCollection.IList.Remove(Object) 메서드

정의

IList에서 맨 처음 발견되는 특정 개체를 제거합니다.

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

매개 변수

value
Object

Object에서 제거할 IList입니다.

구현

예외

IList이 읽기 전용인 경우

IList가 고정 크기인 경우

설명

제거된 요소의 다음 요소가 위로 이동하여 빈 지점을 차지합니다.

적용 대상