System.Dynamic.DynamicMetaObject.BindBinaryOperation Method

Performs the binding of the dynamic binary operation.

Syntax

public virtual DynamicMetaObject BindBinaryOperation (BinaryOperationBinder binder, DynamicMetaObject arg)

Parameters

binder
An instance of the System.Dynamic.BinaryOperationBinder that represents the details of the dynamic operation.
arg
An instance of the System.Dynamic.DynamicMetaObject representing the right hand side of the binary operation.

Returns

The new System.Dynamic.DynamicMetaObject representing the result of the binding.

Remarks

Documentation for this section has not yet been entered.

Requirements

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