Microsoft.JScript.DateConstructor.DateConstructor C# (CSharp) Method

DateConstructor() private method

private DateConstructor ( ) : System
return System
      internal DateConstructor()
        : base(FunctionPrototype.ob, "Date", 7) {
        this.originalPrototype = DatePrototype.ob;
        DatePrototype._constructor = this;
        this.proto = DatePrototype.ob;
      }
    

Same methods

DateConstructor::DateConstructor ( LenientFunctionPrototype parent, LenientDatePrototype prototypeProp ) : System