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

◆ Parser() [1/2]

System.Security.Util.Parser.Parser ( Tokenizer t)
inlineprivate

Definition at line 95 of file Parser.cs.

96 {
97 this._t = t;
98 this.ParseContents();
99 this._t.Recycle();
100 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Util.Parser._t, j__TPar, System.Security.Util.Parser.ParseContents(), and System.Security.Util.Tokenizer.Recycle().