ConvertBinder(Type, Boolean) Constructor

Definition

Initializes a new instance of the ConvertBinder.

protected:
 ConvertBinder(Type ^ type, bool explicit);
protected ConvertBinder (Type type, bool explicit);
new System.Dynamic.ConvertBinder : Type * bool -> System.Dynamic.ConvertBinder
Protected Sub New (type As Type, explicit As Boolean)

Parameters

type
Type

The type to convert to.

explicit
Boolean

Is true if the conversion should consider explicit conversions; otherwise, false.

Applies to