WriteComment() 공개 추상적인 메소드

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