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