Example #1
0
 private void Parsing(NextLineNode node, StringBuilder sb, ref int lineNum)
 {
     PrintCommand(sb, "call void [mscorlib]System.Console::WriteLine()", ref lineNum);
     PrintCommand(sb, "nop", ref lineNum);
 }
Example #2
0
        private void Parsing(NextLineNode node, string methodName)
        {

        }