AjScript.Tests.Interpreter.ParserTests.CreateParser C# (CSharp) Méthode

CreateParser() private static méthode

private static CreateParser ( string text ) : Parser
text string
Résultat AjScript.Interpreter.Parser
        private static Parser CreateParser(string text)
        {
            return new Parser(text);
        }
ParserTests