Ejemplo n.º 1
0
 public FileFilter(IConfigurationSectionContents contents) {
   _ignoreMatcherProvider = new FilePatternsPathMatcherProvider(contents);
 }
Ejemplo n.º 2
0
 public SearchableFilesFilter(IConfigurationSectionContents s1, IConfigurationSectionContents s2) {
   _ignoreMatcherProvider = new FilePatternsPathMatcherProvider(s1);
   _includeMatcherProvider = new FilePatternsPathMatcherProvider(s2);
 }