ConvertBinder(Type, Boolean) Constructeur

Définition

Initialise une nouvelle instance du 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)

Paramètres

type
Type

Type vers lequel effectuer la conversion.

explicit
Boolean

Est vrai si la conversion doit prendre en compte des conversions explicites ; sinon, false.

S’applique à