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 >() [2/2]

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

Definition at line 1748 of file JToken.cs.

1749 {
1750 object obj;
1751 do
1752 {
1753 Type type;
1754 obj = this.ToObject(type, jsonSerializer);
1755 if (obj == null)
1756 {
1757 return;
1758 }
1759 }
1760 while (obj != null);
1761 throw new InvalidCastException();
1762 }
class f__AnonymousType0<< Count > j__TPar
object ToObject(Type objectType)
Definition JToken.cs:1735

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