Regex.internalMatchTimeout Field

Definition

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