Ejemplo n.º 1
0
 public static IEnumerable <T> GetValues <T>(this T en) where T : Enum
 {
     return(Core.GetEnum <T>());
 }