ConvertBinder(Type, Boolean) Konstruktor

Definice

Inicializuje novou instanci 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)

Parametry

type
Type

Typ, na který se má převést.

explicit
Boolean

Je pravda, pokud by převod měl zvážit explicitní převody; jinak nepravda.

Platí pro