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。

適用対象