ReadOnlyDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Clear 方法

定义

在所有情况下都会引发 NotSupportedException 异常。

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

实现

例外

在所有情况下。

注解

此成员是显式接口成员的实现。 它只能在 ReadOnlyDictionary<TKey,TValue>.KeyCollection 实例被强制转换为 ICollection<T> 接口时使用。 接口 ICollection<T> 指定,如果实现接口的 Clear 集合是只读的,则方法应引发 NotSupportedException 异常。

适用于