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