WriteComment() public abstract method

public abstract WriteComment ( CommentType commentType, string content, CommentReference refs ) : void
commentType CommentType
content string
refs CommentReference
return void
Example #1
0
 public override void WriteComment(CommentType commentType, string content, CommentReference[] refs)
 {
     decoratedWriter.WriteComment(commentType, content, refs);
 }
Example #2
0
 public override void WriteComment(CommentType commentType, string content)
 {
     decoratedWriter.WriteComment(commentType, content);
 }