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

要新增至集合的群組。

實作

例外狀況

不支援這個方法。 此為唯讀集合。

適用於