我有以下enum
enum
public enum myEnum { ThisNameWorks, This Name doesn't work Neither.does.this; }
s不能enum使用“友好名称”吗?
枚举值名称必须遵循与 C# 中所有标识符相同的命名规则,因此只有名字是正确的。