InvocationExpression
Represents an expression that applies a delegate or lambda expression to a list of argument expressions.
Gets the arguments that the delegate or lambda expression is applied to.
Gets the delegate or lambda expression to be applied.
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.