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

◆ CreateMethodCall< T >()

override MethodCall< T, object > Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory.CreateMethodCall< T > ( MethodBase method)
inline

Definition at line 57 of file LateBoundReflectionDelegateFactory.cs.

58 {
59 for (;;)
60 {
61 int num = 1;
62 ValidationUtils.ArgumentNotNull(method, "method");
63 if (num != 0)
64 {
65 return;
66 }
67 }
68 }

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull().