You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll give it some thought, but I can't see any easy way. C# does not allow you to create anonymous types with interfaces (although apparently it is possible in IL) but we need the class to provide the template for the modification.
If we use objectSpace.CreateObject<MyObject>(), then we can't pass in the field changes in a MemberInitExpression.
One approach might be to use a Func<MyObject> instead of a MemberInitExpression but there would be multiple assignment statements to parse and syntax would not be as pretty.
is there a way to use with domain components?
The text was updated successfully, but these errors were encountered: