SortedDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Clear 方法

定义

ICollection<T> 中移除所有项。 此实现始终引发 NotSupportedException

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

实现

例外

总是引发;集合为只读。

注解

属性 Count 设置为 0,并且也会释放对集合元素中其他对象的引用。

适用于

另请参阅