示例#1
0
 public Bits(Hex hexData)
 {
     this.createArray(hexData.ToBytes());
 }