I have the following enum

public enum myEnum
{
    ThisNameWorks, 
    This Name doesn't work
    Neither.does.this;
}

Is it not possible to have enums with “friendly names”?

13 Answers
13

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *