开发者

Get enumeration underlying type through CodeModel

开发者 https://www.devze.com 2023-03-30 15:36 出处:网络
Using the CodeModel, I have a CodeEnum object representing an enumeration. How can I know what is the underlying type of this enumeration?

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消