Beispiel #1
0
 public MasterIndex CopyFrom(MasterIndex source)
 {
     return(ReflectionUtilities.Copy(source, this));
 }
Beispiel #2
0
 public MasterIndex CopyTo(MasterIndex destination)
 {
     return(destination.CopyFrom(this));
 }