Ejemplo n.º 1
0
        private static string InjectSourceCodeAtLevel(int level, string sourceCode)
        {
            SourceFormatter formatter = new SourceFormatter();

            formatter.AppendCodeBlock(level, sourceCode);
            return(formatter.ReturnSource());
        }