Kodama

BindUtility.CreateBindConstructor メソッド 

[This is preliminary documentation and subject to change.]

指定されたパラメータで引数がバインドされたコンストラクタを返す

public static BindFunctor CreateBindConstructor(
   Type type,
   params object[] arguments
);

パラメータ

type
バインドするコンストラクタを持つ型
arguments
バインドするパラメータ

戻り値

引数がバインドされたコンストラクタ

例外

例外の種類 条件
UnmatchArgumentException 指定されたパラメータでコンストラクタがバインドできなかった場合に発生する例外

参照

BindUtility クラス | Kodama.Function.Functor.Bind 名前空間