I have a enum like this,
I have created an IEnumerable of this enum type. And then I am calling API to fetch the list of this enum type, In response I got the values of enum, What I want is, the API response should contain the description of Enum.
How to achieve this in C#.