Build ref return with System.Linq.Expressions
I'm building a delegate with
System.Linq.Expressions
that needs to return a ref
. Is this possible? Taking a ref
is no problem, but I found no method in the Expression
class that constructs a ref
operator.0 Replies