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

JsBoolean() public method

public JsBoolean ( bool boolean, JsObject prototype ) : System
boolean bool
prototype JsObject
return System
        public JsBoolean(bool boolean, JsObject prototype)
            : base(prototype)
        {
            value = boolean;
        }

Same methods

JsBoolean::JsBoolean ( JsObject prototype ) : System