DynamicExpression::Dynamic Method
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Dynamic(CallSiteBinder^, Type^, Expression^) | Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![]() ![]() | Dynamic(CallSiteBinder^, Type^, Expression^, Expression^) | Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![]() ![]() | Dynamic(CallSiteBinder^, Type^, Expression^, Expression^, Expression^) | Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![]() ![]() | Dynamic(CallSiteBinder^, Type^, Expression^, Expression^, Expression^, Expression^) | Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![]() ![]() | Dynamic(CallSiteBinder^, Type^, array<Expression^>^) | Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![]() ![]() | Dynamic(CallSiteBinder^, Type^, IEnumerable<Expression^>^) | Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |

