示例#1
0
 private static void ExtractText(CComment obj, StringBuilder target) { /* nothing */ }
示例#2
0
 private static void Write(CComment obj)
 {
     Console.Write("/* {0} */", obj.Text);
 }