System.Runtime.CompilerServices.CallSiteBinder.Bind Method

Performs the runtime binding of the dynamic operation on a set of arguments.

Syntax

public abstract System.Linq.Expressions.Expression Bind (object[] args, System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression> parameters, System.Linq.Expressions.LabelTarget returnLabel)

Parameters

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.

Returns

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.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0