Ejemplo n.º 1
0
 public static sbyte ToSByte <T>(this T value) where T : struct, Enum => ValueTypeExtensions.ToSByte(value);