I\'m trying to figure out of if there is a simple syntax for converting a Method Group to an expression. It seems easy enough with lambdas, but it doesn\'t translate to meth
How about this?
Expression> funcExpr2 = (pArg) => foo.AFuncIntInt(pArg); Expression delExpr2 = (pArg) => foo.AFuncIntInt(pArg);