コード例 #1
0
 static void a()
 {
     Person p = new Person("1", "anna");
     Person p2 = (Person)p.Clone();
     p2.print();
 }