Jint.Native.JsRegExpConstructor.New C# (CSharp) Méthode

New() public méthode

public New ( ) : JsRegExp
Résultat JsRegExp
        public JsRegExp New()
        {
            return New(String.Empty, false, false, false);
        }

Same methods

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