Exemplo n.º 1
0
 public static T ToEnum <T>(this sbyte value) where T : unmanaged, Enum => value.Bitcast <sbyte, T>();