So, lets say I have the following expression in C#:
Expression<Func<string>> expr = () => foo.Bar;
How do I pull out a reference to foo?
|
2
|
So, lets say I have the following expression in C#:
How do I pull out a reference to foo?
|
||
|
|
|
|
|
||
|