コード例 #1
0
 public bool GetBool(Ets2SdkBoolean i)
 {
     if (i == Ets2SdkBoolean.TrailerAttached)
     {
         return(flags[1] > 0);
     }
     return(aux[(int)i] > 0);
 }
コード例 #2
0
 public bool GetBool(Ets2SdkBoolean i)
 {
     if (i == Ets2SdkBoolean.TrailerAttached)
         return flags[1] > 0;
     return aux[(int)i] > 0;
 }