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);
 }