Regex.internalMatchTimeout Field
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.
The maximum amount of time that can elapse in a pattern-matching operation before the operation times out.
protected public: TimeSpan internalMatchTimeout;
protected internal TimeSpan internalMatchTimeout;
[System.Runtime.Serialization.OptionalField(VersionAdded=2)]
protected internal TimeSpan internalMatchTimeout;
val mutable internalMatchTimeout : TimeSpan
[<System.Runtime.Serialization.OptionalField(VersionAdded=2)>]
val mutable internalMatchTimeout : TimeSpan
Protected Friend internalMatchTimeout As TimeSpan
Field Value
- Attributes
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.