Share via


ConvertBinder(Type, Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz des 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)

Parameter

type
Type

Der Typ, in den konvertiert werden soll.

explicit
Boolean

Ist true, wenn bei der Konvertierung explizite Konvertierungen berücksichtigt werden sollen, andernfalls false.

Gilt für: