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

◆ FCIsEmpty()

bool System.Text.RegularExpressions.RegexPrefixAnalyzer.FCIsEmpty ( )
inlineprivate

Definition at line 298 of file RegexPrefixAnalyzer.cs.

299 {
300 return _fcStack.Count == 0;
301 }

Referenced by System.Text.RegularExpressions.RegexPrefixAnalyzer.RegexFCFromRegexTree().