Regex.UseOptionC Method
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.
Used by a Regex object generated by the CompileToAssembly method.
protected:
bool UseOptionC();
protected bool UseOptionC();
member this.UseOptionC : unit -> bool
Protected Function UseOptionC () As Boolean
Returns
true if the Options property contains the Compiled option; otherwise, false.