GroupCollection.ICollection<Group>.Remove(Group) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calling 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
Parameters
- item
- Group
The group to remove.
Returns
Calling this method always throws NotSupportedException.
Implements
Exceptions
This method is not supported. This is a read-only collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.