ConvertBinder(Type, Boolean) Konstruktor

Definíció

Inicializálja a 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éterek

type
Type

Az átalakítandó típus.

explicit
Boolean

Igaz, ha az átalakításnak explicit konverziót kell figyelembe vennie; ellenkező esetben hamis.

A következőre érvényes: