MatchCollection.ICollection<Match>.Clear 方法

定义

调用此方法始终引发 NotSupportedException

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

实现

例外

该集合是只读的。

注解

Count 必须设置为 0,并且必须释放对集合元素中其他对象的引用。

适用于