Jint.Native.JsBoolean.JsBoolean C# (CSharp) Method

JsBoolean() public method

public JsBoolean ( JsObject prototype ) : System
prototype JsObject
return System
        public JsBoolean(JsObject prototype)
            : this(false, prototype)
        {
            value = false;
        }

Same methods

JsBoolean::JsBoolean ( bool boolean, JsObject prototype ) : System