Get int value from enum in C#
I have a class called Questions
(plural). In this class there is an enum called Question
(singular) which looks like this.
I have a class called Questions
(plural). In this class there is an enum called Question
(singular) which looks like this.