Antlr4.Test.StringTemplate.TestCoreBasics.Playing C# (CSharp) Method

Playing() private method

private Playing ( ) : void
return void
        public void Playing()
        {
            string template = "<a:t(x,y),u()>";
            Template st = new Template(template);
            st.impl.Dump();
        }
TestCoreBasics