Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UseOptionC()

bool System.Text.RegularExpressions.Regex.UseOptionC ( )
inlineprotected

Definition at line 391 of file Regex.cs.

392 {
393 return (roptions & RegexOptions.Compiled) != 0;
394 }

References System.Text.RegularExpressions.Regex.roptions.

Referenced by System.Text.RegularExpressions.Regex.Regex().