WriteComment() public abstract method

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