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

◆ UseOptionM()

bool System.Text.RegularExpressions.RegexParser.UseOptionM ( )
inlineprivate

Definition at line 1736 of file RegexParser.cs.

1737 {
1738 return (_options & RegexOptions.Multiline) != 0;
1739 }

References System.Text.RegularExpressions.RegexParser._options.

Referenced by System.Text.RegularExpressions.RegexParser.ScanRegex().