コード例 #1
0
 public ShallowCopyClone()
 {
     Descendant = new Descendant();
 }
コード例 #2
0
 public DeepCopyClone()
 {
     Descendant = new Descendant();
 }