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

◆ IsDictionaryType()

static bool Newtonsoft.Json.Utilities.CollectionUtils.IsDictionaryType ( Type type)
inlinestatic

Definition at line 58 of file CollectionUtils.cs.

59 {
60 ValidationUtils.ArgumentNotNull("type", "type");
61 if (!true)
62 {
63 }
64 return true;
65 }

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