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

정의

if 호출을 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

구현

예외

읽기 전용 컬렉션에서 항목을 지울 수 없습니다.

설명

읽기 전용 컬렉션에서 항목을 지울 수 없습니다.

적용 대상