Exemplo n.º 1
0
 public override void VisitTypeParamRef(TypeParamRefComment comment, StringBuilder context)
 {
     context.AppendFormat("<typeparamref name=\"{0}\" />", comment.Name);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Visits a <c>typeparamref</c> comment.
 /// </summary>
 /// <param name="comment">The comment.</param>
 /// <param name="context">The context.</param>
 public virtual void VisitTypeParamRef(TypeParamRefComment comment, TContext context)
 {
 }