Example #1
0
 /// <summary>
 /// Comment Builder used to create new, clone and or modify a <see cref="Comment"/>;
 /// </summary>
 /// <param name="comment">The source <see cref="Comment"/> to clone or modify.</param>
 public static CommentBuilder Builder(Comment comment = null)
 {
     return(new CommentBuilder(comment));
 }