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

定义

调用此方法始终引发 NotSupportedExceptionCalling this method always throws NotSupportedException.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove(System::Text::RegularExpressions::Group ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Group ^>::Remove;
bool ICollection<Group>.Remove (System.Text.RegularExpressions.Group item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove : System.Text.RegularExpressions.Group -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove : System.Text.RegularExpressions.Group -> bool
Function Remove (item As Group) As Boolean Implements ICollection(Of Group).Remove

参数

item
Group

要删除的组。The group to remove.

返回

Boolean

调用此方法始终引发 NotSupportedExceptionCalling this method always throws NotSupportedException.

实现

例外

不支持此方法。This method is not supported. 这是一个只读集合。This is a read-only collection.

适用于