Get enumeration underlying type through CodeModel
Using the CodeModel, I have a CodeEnum object representing an enumeration. How can I know what is the underlying type of this enumeration? Is there an equivalent to Enum.GetUnderlyingType in this API? Or is there an开发者_如何学JAVAother way to get it?
精彩评论