|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| CompiledRegexRunnerFactory (DynamicMethod goMethod, DynamicMethod findFirstCharMethod, int trackcount) | |
Package Functions | |
| override RegexRunner | CreateInstance () |
Private Attributes | |
| readonly DynamicMethod | _goMethod |
| readonly DynamicMethod | _findFirstCharMethod |
| readonly int | _trackcount |
| Action< RegexRunner > | _go |
| Func< RegexRunner, bool > | _findFirstChar |
Definition at line 5 of file CompiledRegexRunnerFactory.cs.