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。

適用対象