Kodama

IFunctor インターフェイス

[This is preliminary documentation and subject to change.]

関数オブジェクトインターフェイス

この型のすべてのメンバの一覧については、 IFunctor メンバを参照してください。

public interface IFunctor

IFunctor を実装するクラス

クラス 説明
BindFunctor 他の関数オブジェクトの引数をバインドする関数オブジェクトです
DelegateFunctor デリゲートを関数オブジェクトに変換したものです
ConstructorFunctor コンストラクタの呼び出しを関数オブジェクトにしたものです
MemberFunctor インスタンスメソッドの呼び出しを関数オブジェクトにしたものです

解説

C++でいう関数オブジェクトの基底となるインターフェイス。

必要条件

名前空間: Kodama.Function.Functor

アセンブリ: Kodama.Function (Kodama.Function.dll 内)

参照

IFunctor インターフェイス | IFunctor メンバ | Kodama.Function.Functor 名前空間