internal VBArrayConstructor(LenientFunctionPrototype parent, LenientVBArrayPrototype prototypeProp) : base(parent, "VBArray", 1) { this.originalPrototype = prototypeProp; prototypeProp.constructor = this; base.proto = prototypeProp; base.noExpando = false; }