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

ArrayConstructor() private method

private ArrayConstructor ( ) : System
return System
      internal ArrayConstructor()
        : base(FunctionPrototype.ob, "Array", 1) {
        this.originalPrototype = ArrayPrototype.ob;
        ArrayPrototype._constructor = this;
        this.proto = ArrayPrototype.ob;
      }
    

Same methods

ArrayConstructor::ArrayConstructor ( LenientFunctionPrototype parent, LenientArrayPrototype prototypeProp ) : System