コード例 #1
0
 public char imethod_9(byte[] bytes)
 {
     return(BitConverter.ToChar(Class81.smethod_3(bytes), 0));
 }
コード例 #2
0
 public ushort imethod_11(byte[] bytes)
 {
     return(BitConverter.ToUInt16(Class81.smethod_3(bytes), 0));
 }
コード例 #3
0
 public char imethod_18(byte[] bytes, int index)
 {
     return(BitConverter.ToChar(Class81.smethod_3(bytes), index));
 }