¡@

Home 

c# Programming Glossary: grandparent

combining two lamba expressions in c#

http://stackoverflow.com/questions/1717444/combining-two-lamba-expressions-in-c-sharp

in c# Given a class structure like this public class GrandParent public Parent Parent get set public class Parent public Child.. method so that I can call it like this Expression Func GrandParent Parent myFirst gp gp.Parent Expression Func Parent string mySecond.. Func Parent string mySecond p p.Child.Name Expression Func GrandParent string output Combine myFirst mySecond such that output ends..