Why we can't have "char" enum types

Posted by Praveen Sharma on Stack Overflow See other posts from Stack Overflow or by Praveen Sharma
Published on 2009-02-21T13:13:57Z Indexed on 2010/05/10 9:44 UTC
Read the original article Hit count: 214

Filed under:

Hi All, I want to know why we can't have "char" as underlying enum type. As we have byte,sbyte,int,uint,long,ulong,short,ushort as underlying enum type. Second what is the default underlying type of an enum?

© Stack Overflow or respective owner

Related posts about c#