System.Dynamic.ConvertBinder Members

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

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Protected Constructors

Initializes a new instance of the System.Dynamic.ConvertBinder.

Public Properties

[read-only]
Explicitbool.

Gets the value indicating if the conversion should consider explicit conversions.

[read-only]
override
ReturnTypeType.

The result type of the operation.

[read-only]
TypeType.

The type to convert to.

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic convert operation.

FallbackConvert(DynamicMetaObject) : DynamicMetaObject

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

abstract
FallbackConvert(DynamicMetaObject, DynamicMetaObject) : DynamicMetaObject

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