RegexCollection.Remove(Regex) 方法

定义

RegexCollection 中删除特定正则表达式的第一个匹配项。

public:
 void Remove(System::Text::RegularExpressions::Regex ^ value);
public void Remove (System.Text.RegularExpressions.Regex value);
abstract member Remove : System.Text.RegularExpressions.Regex -> unit
Public Sub Remove (value As Regex)

参数

value
Regex

要从 RegexCollection 中删除的正则表达式。

例外

RegexCollection是只读的。-或 -具有RegexCollection固定大小。

注解

RegexCollection如果 不包含指定的 Regex,则 RegexCollection 保持不变。 不会引发异常。

适用于