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。

適用於