Allow use of int128\uint128 type in enums #9350
Unanswered
0xF6
asked this question in
Language Ideas
Replies: 1 comment 3 replies
-
This is not an actionable C# feature . Enum base type requires a way to encode the constant values, representation in type system, and support in reflection, debug tools etc. Currently only ECMA-335 primitive types are possible. This can only be implemented by user defined type-based enum, which is not in scope for now. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Flags support would be nice too.
Beta Was this translation helpful? Give feedback.
All reactions