AjErl.Tests.Forms.MultiFunctionFormTests.MakeForm C# (CSharp) Method

MakeForm() private method

private MakeForm ( string text ) : FunctionForm
text string
return AjErl.Forms.FunctionForm
        private FunctionForm MakeForm(string text)
        {
            Parser parser = new Parser(text);
            return (FunctionForm)parser.ParseForm();
        }