Ejemplo n.º 1
0
 public static byte[] smethod_32(int int_0, bool bool_2)
 {
     if (!(bool_2 ^ BitConverter.IsLittleEndian))
     {
         return(KeyGenerator.IntToBytes(int_0));
     }
     return(BitConverter.GetBytes(int_0));
 }