Closed SamuelSVD closed 2 years ago
See if it makes sense to use ICloneable for this: https://stackoverflow.com/questions/6569486/creating-a-copy-of-an-object-in-c-sharp
Did not end up going with ICloneable due to some conflicts in other sections of code. Instead, added a Model base class that can be inherited.
See if it makes sense to use ICloneable for this: https://stackoverflow.com/questions/6569486/creating-a-copy-of-an-object-in-c-sharp