Beispiel #1
0
 private Destructor(Destructor iiToCopyFrom)
     : base(null)
 {
     iiToCopyFrom.CloneInto(this);
 }
Beispiel #2
0
 private Destructor(Destructor iiToCopyFrom)
     : base(null)
 {
     iiToCopyFrom.CloneInto(this);
 }