Exemple #1
0
 public DfmCodeExtractor(CodeLanguageExtractorsBuilder builder)
 {
     _pathQueryOptionCreaters = new AggregateBlockPathQueryOptionCreator(
         AggregateBlockPathQueryOptionCreator.GetDefaultOptionCreaters(builder));
 }
Exemple #2
0
 public DfmCodeExtractor(IDfmFencesBlockPathQueryOptionCreator pathQueryOptionCreaters = null)
 {
     _pathQueryOptionCreaters = pathQueryOptionCreaters ?? new AggregateBlockPathQueryOptionCreator();
 }