語言

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

若轉換應考慮明確的轉換,則為真;否則,則為錯誤。

適用於