コード例 #1
0
 public CpuState(CpuState that)
 {
     copy(that);
 }
コード例 #2
0
 public virtual void copy(CpuState that)
 {
     base.copy(that);
 }