Пример #1
0
 /*
  * @brief
  * @note 會複製開關狀態
  */
 public FlagsUtil(FlagsUtil src)
 {
     depend = new BitVector32(src.depend);
 }