ConvertBinder(Type, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.