コード例 #1
0
ファイル: ITokenWriter.cs プロジェクト: benda/ILSpyTheming
 public override void WriteComment(CommentType commentType, string content)
 {
     decoratedWriter.WriteComment(commentType, content);
 }