Compartilhar via


ConvertBinder(Type, Boolean) Construtor

Definição

Inicializa uma nova instância do 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)

Parâmetros

type
Type

O tipo para o qual converter.

explicit
Boolean

Será true se a conversão deve considerar conversões explícitas, caso contrário, false.

Aplica-se a