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

◆ HasDefaultConstructor()

static bool Newtonsoft.Json.Utilities.ReflectionUtils.HasDefaultConstructor ( Type t,
bool nonPublic )
inlinestatic

Definition at line 97 of file ReflectionUtils.cs.

98 {
99 ValidationUtils.ArgumentNotNull("t", "t");
100 return true;
101 }

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

Referenced by Newtonsoft.Json.Serialization.DefaultContractResolver.InitializeContract().