This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) ![Static member Static member](images/ff433750.static(en-us,xnagamestudio.35).gif) |
MakeDynamic(Type, CallSiteBinder, IEnumerable<Expression>) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) ![Static member Static member](images/ff433750.static(en-us,xnagamestudio.35).gif) |
MakeDynamic(Type, CallSiteBinder, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and one argument. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) ![Static member Static member](images/ff433750.static(en-us,xnagamestudio.35).gif) |
MakeDynamic(Type, CallSiteBinder, array<Expression[]) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) ![Static member Static member](images/ff433750.static(en-us,xnagamestudio.35).gif) |
MakeDynamic(Type, CallSiteBinder, Expression, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and two arguments. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) ![Static member Static member](images/ff433750.static(en-us,xnagamestudio.35).gif) |
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and three arguments. |
![Public method Public method](images/bb196774.pubmethod(en-us,xnagamestudio.35).gif) ![Static member Static member](images/ff433750.static(en-us,xnagamestudio.35).gif) |
MakeDynamic(Type, CallSiteBinder, Expression, Expression, Expression, Expression) |
Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder and four arguments. |
Top