- args
- An array of arguments to the dynamic operation.
- parameters
- The array of System.Linq.Expressions.ParameterExpression instances that represent the parameters of the call site in the binding process.
- returnLabel
- A LabelTarget used to return the result of the dynamic binding.
An Expression that performs tests on the dynamic operation arguments, and performs the dynamic operation if the tests are valid. If the tests fail on subsequent occurrences of the dynamic operation, Bind will be called again to produce a new System.Linq.Expressions.Expression for the new argument types.