Hi,

I am using version 0.9

I have an enum TypeDefinition and I need the primitive type behind
that.

Example:
    public enum e : short {a,b}

With reflection I have to call Enum.GetUnderlyingType(typeof(e)) which
returns typeof(short).

How can i achieve this with Cecil?

Thanks

Jan

-- 
--
mono-cecil

To unsubscribe, reply using "remove me" as the subject.

Reply via email to