Expression tree cloner now transfers the fields of structures (of any nesting level)
git-svn-id: file:///srv/devel/repo-conversion/nusu@234 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
3267e399ee
commit
62d0c6611c
2 changed files with 65 additions and 71 deletions
|
@ -137,7 +137,7 @@ namespace Nuclex.Support.Cloning {
|
|||
[Test]
|
||||
public void DeepFieldBasedClonesOfValueTypesCanBeMade() {
|
||||
HierarchicalValueType original = CreateValueType();
|
||||
//HierarchicalValueType clone = this.cloneFactory.DeepClone(original, false);
|
||||
HierarchicalValueType clone = this.cloneFactory.DeepClone(original, false);
|
||||
//VerifyClone(ref original, ref clone, isDeepClone: true, isPropertyBasedClone: false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue