SynchronizedReadOnlyCollection<T>.ICollection<T>.Clear 方法

定义

如果调用,会引发 NotSupportedException

 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

实现

例外

不能清除只读集合中的项。

注解

不能清除只读集合中的项。

适用于