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

◆ MapCapnum()

int System.Text.RegularExpressions.RegexWriter.MapCapnum ( int capnum)
inlineprivate

Definition at line 67 of file RegexWriter.cs.

68 {
69 if (this._caps != null)
70 {
71 }
72 throw new InvalidCastException();
73 }

References System.Text.RegularExpressions.RegexWriter._caps.