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

◆ s_spanSliceIntIntMethod

readonly MethodInfo System.Text.RegularExpressions.RegexCompiler.s_spanSliceIntIntMethod
staticprivateinherited
Initial value:
= typeof(ReadOnlySpan<char>).GetMethod("Slice", new Type[2]
{
typeof(int),
typeof(int)
})

Definition at line 138 of file RegexCompiler.cs.

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