Expression.Invoke Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Creates an InvocationExpression.
Assembly: System.Core (in System.Core.dll)
Name | Description | |
---|---|---|
![]() ![]() | Invoke(Expression, Expression[]) | Creates an InvocationExpression that applies a delegate or lambda expression to a list of argument expressions. |
![]() ![]() | Invoke(Expression, IEnumerable<Expression>) | Creates an InvocationExpression that applies a delegate or lambda expression to a list of argument expressions. |
Show: