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