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

정의

모든 경우에 a를 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

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

반품

항상 을 throw합니다 NotSupportedException.

구현

예외

읽기 전용 컬렉션에서 항목을 제거할 수 없습니다.

적용 대상