System.Dynamic.BinaryOperationBinder Members

The members of System.Dynamic.BinaryOperationBinder are listed below.

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Protected Constructors

Public Properties

[read-only]
OperationSystem.Linq.Expressions.ExpressionType.

The binary operation kind.

[read-only]
override
ReturnTypeType.

The result type of the operation.

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic binary operation.

FallbackBinaryOperation(DynamicMetaObject, DynamicMetaObject) : DynamicMetaObject

Performs the binding of the binary dynamic operation if the target dynamic object cannot bind.

abstract
FallbackBinaryOperation(DynamicMetaObject, DynamicMetaObject, DynamicMetaObject) : DynamicMetaObject

When overridden in the derived class, performs the binding of the binary dynamic operation if the target dynamic object cannot bind.