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

static bool Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty ( PropertyInfo property)
inlinestatic

Definition at line 269 of file ReflectionUtils.cs.

270 {
271 ValidationUtils.ArgumentNotNull("property", "property");
272 return "property" != null;
273 }

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