コード例 #1
0
 // Token: 0x06000FDA RID: 4058 RVA: 0x0004B0EA File Offset: 0x000492EA
 public static bool GetBoolean(byte[] buff, ref int pos, int posMax)
 {
     return(0 != ParseSerialize.GetByte(buff, ref pos, posMax));
 }