Microsoft.JScript.LenientObjectPrototype.LenientObjectPrototype C# (CSharp) 메소드

LenientObjectPrototype() 개인적인 메소드

private LenientObjectPrototype ( VsaEngine engine ) : Microsoft.JScript.Vsa
engine Microsoft.JScript.Vsa.VsaEngine
리턴 Microsoft.JScript.Vsa
      internal LenientObjectPrototype(VsaEngine engine)
        : base() {
        this.engine = engine;
        this.noExpando = false;
        //this.constructor is given a value by the proper constructor class
      }