AjTalk.Language.FunctionalMethod.FunctionalMethod C# (CSharp) 메소드

FunctionalMethod() 공개 메소드

public FunctionalMethod ( Func function ) : System
function Func
리턴 System
        public FunctionalMethod(Func<Machine, IObject, IObject, object[], object> function)
            : this(null, null, function)
        {
        }

Same methods

FunctionalMethod::FunctionalMethod ( Func nativeFunction ) : System
FunctionalMethod::FunctionalMethod ( string name, IBehavior classDescription, Func function ) : System
FunctionalMethod::FunctionalMethod ( string name, IBehavior classDescription, Func nativeFunction ) : System