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

GetLastIndex() public méthode

public GetLastIndex ( JsRegExp regex, JsInstance parameters ) : JsInstance
regex JsRegExp
parameters JsInstance
Résultat JsInstance
        public JsInstance GetLastIndex(JsRegExp regex, JsInstance[] parameters)
        {
            return regex["lastIndex"];
        }