ConvertBinder(Type, Boolean) 构造函数

定义

初始化 的新 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)

参数

type
Type

要转换为的类型。

explicit
Boolean

如果转换应考虑显式转换,则为 true;否则为 false。

适用于