Represents an expression that applies a delegate or lambda expression to a list of argument expressions.
See Also: InvocationExpression Members
Use the erload:System.Linq.Expressions.Expression.Invoke factory methods to create an System.Linq.Expressions.InvocationExpression.
The Expression.NodeType of an System.Linq.Expressions.InvocationExpression is ExpressionType.Invoke.