Exemplo n.º 1
0
 public void OnCompleteClone(Example other)
 {
     // could do something here
 }
Exemplo n.º 2
0
 public RecordLikeClass(int age, Example example)
 {
     this.Age     = age;
     this.Example = example;
 }