Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.CompiledRegexRunnerFactory Class Referencesealed

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
 

Detailed Description

Definition at line 5 of file CompiledRegexRunnerFactory.cs.


The documentation for this class was generated from the following file: