コード例 #1
0
 public TextBasedContent(TemplateStandard standard, TemplateFile templateFile, Type source, FileStream filer, string text) : base(standard)
 {
     this.text = text;
     _filer    = filer;
     _source   = source;
     file      = templateFile.ToFile();
 }