What is enum in C# dotnet
Loading
What is enum in C# dotnet
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Jun 30, 2025, 6:47 AM
Enum is a value type, defined by keyword enum , that specifies a group of named constants.
https://www.c-sharpcorner.com/blogs/enum-in-c-sharp2
https://www.c-sharpcorner.com/UploadFile/puranindia/enum-in-CSharp/