Click or drag to resize
RegexOptions Property
Gets the options that were passed into the System.Text.RegularExpressions.Regex constructor.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public RegexOptions Options { get; }

Property Value

Type: RegexOptions
See Also