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

◆ IsVirtual()

static bool Newtonsoft.Json.Utilities.ReflectionUtils.IsVirtual ( this PropertyInfo propertyInfo)
inlinestatic

Definition at line 27 of file ReflectionUtils.cs.

28 {
29 ValidationUtils.ArgumentNotNull("propertyInfo", "propertyInfo");
31 if (methodInfo != null)
32 {
34 }
36 if (methodInfo2 != null)
37 {
39 return true;
40 }
41 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), System.Reflection.MethodBase.IsVirtual, and j__TPar.