Jint.Native.JsRegExpConstructor.New C# (CSharp) 메소드

New() 공개 메소드

public New ( ) : JsRegExp
리턴 JsRegExp
        public JsRegExp New()
        {
            return New(String.Empty, false, false, false);
        }

Same methods

JsRegExpConstructor::New ( string pattern, bool g, bool i, bool m ) : JsRegExp