On Mon, Aug 9, 2010 at 4:55 PM, Regis <[email protected]> wrote: > You have to look for a FieldDefinition named "value__" in the > TypeDefinition corresponding to your enumeration and than check its > FieldType.
Exactly. You can also use the extension method GetEnumUnderlyingType in Mono.Cecil.Rocks. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
