Enumeration (or enum) is a value data type in C#. It is mainly used to assign the names or string values to integral constants, that make a program easy to read and maintain.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)