Jint.Native.JsFunctionWrapper.JsFunctionWrapper C# (CSharp) Method

JsFunctionWrapper() public method

public JsFunctionWrapper ( JsInstance>.Jint d, JsObject prototype ) : System
d JsInstance>.Jint
prototype JsObject
return System
        public JsFunctionWrapper(Jint.Delegates.Func<JsInstance[], JsInstance> d, JsObject prototype)
            : base(prototype)
        {
            Delegate = d;
        }