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

EnumeratorPrototype() private method

private EnumeratorPrototype ( ObjectPrototype parent ) : System
parent ObjectPrototype
return System
      internal EnumeratorPrototype(ObjectPrototype parent)
        : base(parent) {
        //this.constructor is given a value by the constructor class
      }