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