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

◆ s_stringIndexOfCharInt

readonly MethodInfo System.Text.RegularExpressions.RegexCompiler.s_stringIndexOfCharInt
staticprivateinherited
Initial value:
= typeof(string).GetMethod("IndexOf", new Type[2]
{
typeof(char),
typeof(int)
})

Definition at line 161 of file RegexCompiler.cs.

Referenced by System.Text.RegularExpressions.RegexCompiler.GenerateFindFirstChar().