<p align=left>Being that .NET doesnt support up-casting, what is the best method to copy all the properties from a base object to a derived without having to manually map them?
<p align=left>
<p align=left>The best method weve come up with is to create a copy constructor and use reflection to set each property.
<p align=left>
<p align=left>-Nuno
View the full article
<p align=left>
<p align=left>The best method weve come up with is to create a copy constructor and use reflection to set each property.
<p align=left>
<p align=left>-Nuno
View the full article