我有以下内容 enum
enum
public enum myEnum { ThisNameWorks, This Name doesn't work Neither.does.this; }
enum带有"友好名字"的s 不可能吗?
c# enums
c# ×1
enums ×1