ConvertBinder
Represents the convert dynamic operation at the call site, providing the binding semantic and the details about the operation.
Gets the value indicating if the conversion should consider explicit conversions.
The type to convert to.
Initializes a new instance of the ConvertBinder.
Performs the binding of the dynamic convert operation if the target dynamic object cannot bind.
public abstract DynamicMetaObject FallbackConvert(DynamicMetaObject target, DynamicMetaObject errorSuggestion)
When overridden in the derived class, performs the binding of the dynamic convert operation if the target dynamic object cannot bind.