Exemplo n.º 1
0
 public char imethod_9(byte[] bytes)
 {
     return(BitConverter.ToChar(Class81.smethod_3(bytes), 0));
 }
Exemplo n.º 2
0
 public ushort imethod_11(byte[] bytes)
 {
     return(BitConverter.ToUInt16(Class81.smethod_3(bytes), 0));
 }
Exemplo n.º 3
0
 public char imethod_18(byte[] bytes, int index)
 {
     return(BitConverter.ToChar(Class81.smethod_3(bytes), index));
 }