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

◆ InheritsGenericDefinition() [2/2]

static bool Newtonsoft.Json.Utilities.ReflectionUtils.InheritsGenericDefinition ( Type type,
Type genericClassDefinition,
[Out] Type implementingType )
inlinestatic

Definition at line 219 of file ReflectionUtils.cs.

220 {
221 ValidationUtils.ArgumentNotNull("genericClassDefinition", "type");
222 ValidationUtils.ArgumentNotNull(type, "genericClassDefinition");
223 bool isClass = type.IsClass;
224 bool flag;
225 return flag;
226 }
class f__AnonymousType0<< Count > j__TPar
bool IsClass
Definition Type.cs:602

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), System.Type.IsClass, and j__TPar.