Ejemplo n.º 1
0
 public void Visit(ParamRefElement element) => AddToCurrentParagraph(new MdCodeSpan(element.Name));
Ejemplo n.º 2
0
 public void Visit(ParamRefElement element) => Result.Add(new MdCodeSpan(element.Name));