GroupCollection.ICollection<Group>.Clear 方法

定义

调用此方法始终引发 NotSupportedException

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

实现

例外

不支持此方法。 这是一个只读集合。

适用于