MatchCollection.IList.Clear 方法

定义

从集合中移除所有项。

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

实现

例外

该集合是只读的。

注解

此成员是显式接口成员的实现。 它只能在 MatchCollection 实例被强制转换为 IList 接口时使用。

此方法的实现因处理 ICollection.Count 集合和容量的方式而异。 通常,计数设置为零,并且也会释放对集合元素中其他对象的引用。 容量可以设置为零或默认值,也可以保持不变。

适用于