GroupCollection.ICollection<Group>.Add(Group) 方法

定义

调用此方法始终引发 NotSupportedException

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

参数

item
Group

要添加到集合中的组。

实现

例外

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

适用于