コード例 #1
0
 public ArticleDirectoryCompiler(ArticleCompiler articleCompiler, ParserOptions options)
 {
     _articleCompiler = articleCompiler;
     _options = options;
 }
コード例 #2
0
 public ArticleDirectoryCompiler(ArticleCompiler articleCompiler, ParserOptions options)
 {
     _articleCompiler = articleCompiler;
     _options         = options;
 }