C
C#

help

Build ref return with System.Linq.Expressions

Llpeter199711/1/2022
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.

Looking for more? Join the community!