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

정의

모든 경우에 NotSupportedException을 throw합니다.

 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

배열에서 제거할 값입니다.

구현

예외

모든 경우에 throw됩니다.

적용 대상