Perplex Posted August 26, 2017 Posted August 26, 2017 What is the equivalent in dnlib? MethodBase.IsGenericMethod; MethodBase.DeclaringType.IsGenericType;
CodeExplorer Posted August 26, 2017 Posted August 26, 2017 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! 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now