terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RightChar() [1/2]

char System.Text.RegularExpressions.RegexParser.RightChar ( )
inlinepackage

Definition at line 1221 of file RegexParser.cs.

1222 {
1223 string pattern = this._pattern;
1224 int currentPos = this._currentPos;
1225 return pattern[currentPos];
1226 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.RegexParser._currentPos, System.Text.RegularExpressions.RegexParser._pattern, and j__TPar.