Beispiel #1
0
 public Bitset(Bitset rhs)
 {
     this.vValue = rhs.vValue;
 }