SynchronizedReadOnlyCollection<T>.ICollection<T>.Remove(T) 메서드

정의

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

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T value) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove (T value);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (value As T) As Boolean Implements ICollection(Of T).Remove

매개 변수

value
T

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

반환

항상 NotSupportedException을 버립니다.

구현

예외

읽기 전용 컬렉션에서 항목을 제거할 수 없는 경우

적용 대상