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
如果轉換應該考慮明確轉換,則為 true,否則為 false。