SortedDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Clear 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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,并且也会释放对集合元素中其他对象的引用。