Match.Empty 属性

定义

获取空组。 所有失败的匹配都返回此空匹配。

public:
 static property System::Text::RegularExpressions::Match ^ Empty { System::Text::RegularExpressions::Match ^ get(); };
public static System.Text.RegularExpressions.Match Empty { get; }
member this.Empty : System.Text.RegularExpressions.Match
Public Shared ReadOnly Property Empty As Match

属性值

Match

空匹配。

注解

不应使用此属性来确定匹配是否成功。 请改 Match.Success 用继承自 Group.Success) 的属性 (。

适用于