This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
|
MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
|
MakeDynamic(Type, CallSiteBinder, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and one argument. |
|
MakeDynamic(Type, CallSiteBinder, array<Expression[]) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
|
MakeDynamic(Type, CallSiteBinder, Expression, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and two arguments. |
|
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and three arguments. |
|
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and four arguments. |
Top