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

◆ IsIndexedProperty() [1/2]

static bool Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty ( MemberInfo member)
inlinestatic

Definition at line 261 of file ReflectionUtils.cs.

262 {
263 ValidationUtils.ArgumentNotNull("member", "member");
264 bool flag;
265 return flag;
266 }

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