Regex.UseOptionC Method
Definition
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
.