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

◆ ToObject< T >() [1/2]

T Newtonsoft.Json.Linq.JToken.ToObject< T > ( )
inlineinherited

Definition at line 1727 of file JToken.cs.

1728 {
1729 Type type;
1730 object obj = this.ToObject(type);
1731 throw new InvalidCastException();
1732 }
object ToObject(Type objectType)
Definition JToken.cs:1735

References System.obj, and Newtonsoft.Json.Linq.JToken.ToObject().