Jint.Native.JsBoolean.JsBoolean C# (CSharp) 메소드

JsBoolean() 공개 메소드

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

Same methods

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