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

BooleanPrototype() protected method

protected BooleanPrototype ( ObjectPrototype parent, Type baseType ) : System
parent ObjectPrototype
baseType System.Type
return System
      protected BooleanPrototype(ObjectPrototype parent, Type baseType)
        : base(parent, baseType) {
        this.noExpando = true;
      }