System.Dynamic.DynamicMetaObject.BindConvert Method

Performs the binding of the dynamic conversion operation.

Syntax

public virtual DynamicMetaObject BindConvert (ConvertBinder binder)

Parameters

binder
An instance of the System.Dynamic.ConvertBinder that represents the details of the dynamic operation.

Returns

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

Remarks

In Visual Basic, only explicit conversion is supported. If you override this method, it is called by using the Microsoft.VisualBasic.Conversion.CTypeDynamic``1(object) or Microsoft.VisualBasic.Conversion.CTypeDynamic(object, Type) functions.

Requirements

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