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

◆ EmptyOptionsStack()

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

Definition at line 1996 of file RegexParser.cs.

1997 {
1998 return _optionsStack.Length == 0;
1999 }

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