ConvertBinder(Type, Boolean) Konstruktor

Definition

Initialisiert eine neue instance von 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 wahr, wenn die Konvertierung explizite Konvertierungen in Betracht ziehen sollte; andernfalls "false".

Gilt für: