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