C#C
C#4y ago
LPeter1997

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.
Was this page helpful?