ConvertBinder(Type, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化一個新的實例。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
若轉換應考慮明確的轉換,則為真;否則,則為錯誤。