Пример #1
0
 protected static void EndHeaderFile(CodeFormatter headerFile)
 {
     headerFile.WriteLine("};");
     headerFile.EndNamespace();
 }