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

JsRegExp() public method

public JsRegExp ( JsObject prototype ) : System
prototype JsObject
return System
        public JsRegExp(JsObject prototype)
            : base(prototype)
        {
        }

Same methods

JsRegExp::JsRegExp ( string pattern, JsObject prototype ) : System
JsRegExp::JsRegExp ( string pattern, bool g, bool i, bool m, JsObject prototype ) : System