Example #1
0
 public static void Render(IComment comment, CommentRendererContext context)
 {
     comment.Accept(new CommentRenderer(), context);
 }