Exemplo n.º 1
0
 public string?TestGetDescription(NameDescEnum value) => EnumHelper.GetDescription(value);
Exemplo n.º 2
0
 public string TestGetDisplay(NameDescEnum value) => EnumHelper.GetEnumValue(value).ToString();
Exemplo n.º 3
0
 public string TestGetDisplayName(NameDescEnum value) => EnumHelper.GetDisplayName(value);