SynchronizedReadOnlyCollection<T>.ICollection<T>.Clear 메서드

정의

이 메서드를 호출하면 NotSupportedException이 throw됩니다.

 virtual void System.Collections.Generic.ICollection<T>.Clear() = System::Collections::Generic::ICollection<T>::Clear;
void ICollection<T>.Clear ();
abstract member System.Collections.Generic.ICollection<T>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<T>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of T).Clear

구현

예외

읽기 전용 컬렉션에서 항목을 지울 수 없는 경우

설명

읽기 전용 컬렉션에서 항목을 지울 수 없는 경우

적용 대상