Welcome to Manicprogrammer Sign in | Join | Help

Wednesday, July 09, 2008 - Posts

Expression Tree + Reflection + C# 3.5

I've been trying to do something like this since C# 1.1. Tonight I got to do it: SomeCode.DoSomethingInProperty(cust => cust.Orders); My problem has always been that I couldn't (using delegates before) get what property you want to use. I could resort
Posted by heynemann | 1 Comments
Filed under ,