Nuclex.Support/Source/Cloning
2012-03-08 11:05:20 +00:00
..
CloneFactoryTest.cs The expression tree cloner was not able to assign read-only field -- fixed; expanded tests to safeguard against regressions 2012-03-06 13:39:02 +00:00
ExpressionTreeCloner.cs Added some read-only attributes to the cloner implementations 2012-03-06 13:45:33 +00:00
ExpressionTreeCloner.FieldBased.cs Pool can now be used with types not derived from IRecyclable and/or without a public default constructor; consolidated type-related helper methods into a common helper class (TypeHelper.cs); optimized GetFieldInfosIncludingBaseClasses() method 2012-03-08 11:05:20 +00:00
ExpressionTreeCloner.PropertyBased.cs Added some read-only attributes to the cloner implementations 2012-03-06 13:45:33 +00:00
ExpressionTreeCloner.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
ICloneFactory.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
IStateCopier.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
ReflectionCloner.cs Pool can now be used with types not derived from IRecyclable and/or without a public default constructor; consolidated type-related helper methods into a common helper class (TypeHelper.cs); optimized GetFieldInfosIncludingBaseClasses() method 2012-03-08 11:05:20 +00:00
ReflectionCloner.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00
SerializationCloner.cs Pool can now be used with types not derived from IRecyclable and/or without a public default constructor; consolidated type-related helper methods into a common helper class (TypeHelper.cs); optimized GetFieldInfosIncludingBaseClasses() method 2012-03-08 11:05:20 +00:00
SerializationCloner.Test.cs All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType 2012-02-29 16:27:43 +00:00