Posted August 26, 20178 yr What is the equivalent in dnlib? MethodBase.IsGenericMethod; MethodBase.DeclaringType.IsGenericType;
August 26, 20178 yr A generic method contain generic parameter so I would check for that: GenericParam is a generic parameter (owned by a MethodDef or a TypeDef ). Maybe someone will find this information usefull, this is why I posted it!
Create an account or sign in to comment