Jurassic.Library.FunctionInstance.FunctionInstance C# (CSharp) 메소드

FunctionInstance() 보호된 메소드

Creates a new instance of a built-in function object.
protected FunctionInstance ( ObjectInstance prototype ) : System
prototype ObjectInstance The next object in the prototype chain.
리턴 System
        protected FunctionInstance(ObjectInstance prototype)
            : base(prototype)
        {
        }

Same methods

FunctionInstance::FunctionInstance ( ScriptEngine engine ) : System
FunctionInstance::FunctionInstance ( ScriptEngine engine, ObjectInstance prototype ) : System