Nuclex.Support/Source/Cloning
2012-02-02 20:11:17 +00:00
..
CloningParameters.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
ExpressionTreeCloner.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
ICloneFactory.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
IStateCopier.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
ReflectionCloner.cs Reflection-based cloner no longer fails when cloning a complex type containing string members (since strings aren't primitive types, the cloner attempted to construct a string via its default constructor and then assign its members, which is nonsense) 2012-02-02 20:11:17 +00:00
ReflectionCloner.Test.cs Reflection-based cloner no longer fails when cloning a complex type containing string members (since strings aren't primitive types, the cloner attempted to construct a string via its default constructor and then assign its members, which is nonsense) 2012-02-02 20:11:17 +00:00