命名空间和程序集(Assembly )

命名空间: System.Text.RegularExpressions
Assembly: System (in System.dll)

在.NET Framework 4.5中的regex.matchtimeout属性

此方法用于获取当前实例的超时间隔。
MatchTimeout属性定义了Regex实例的近似最大时间间隔,以在操作超时之前执行单个匹配操作。

在C#中的Regex.matchtimeout属性的语法

public TimeSpan MatchTimeout { get; }
Property Value

类型: System.TimeSpan

日期:2020-04-11 23:03:49 来源:oir作者:oir