[Bind] Propagate ComputeSize attribute in cloned Parameters

This commit is contained in:
thefiddler 2014-03-31 10:09:33 +02:00
parent e11b7ca993
commit 9012101e8c

View file

@ -45,6 +45,7 @@ namespace Bind.Structures
Generic = p.Generic;
Flow = p.Flow;
cache = p.cache;
ComputeSize = p.ComputeSize;
//this.rebuild = false;
}