C# Class Microsoft.JScript.BooleanPrototype

Inheritance: BooleanObject
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Methods

Method Description
BooleanPrototype ( ObjectPrototype parent, Type baseType ) : System

Private Methods

Method Description
toString ( Object thisob ) : String
valueOf ( Object thisob ) : Object

Method Details

BooleanPrototype() protected method

protected BooleanPrototype ( ObjectPrototype parent, Type baseType ) : System
parent ObjectPrototype
baseType System.Type
return System