Esempio n. 1
0
 public ToLowerPreprocessor(CloudVocabularyPreprocessor nextPreprocessor) : base(nextPreprocessor)
 {
 }
Esempio n. 2
0
 public ExcludingPreprocessor(CloudVocabularyPreprocessor nextPreprocessor,
                              TagCloudContext cloudContext) : base(nextPreprocessor) =>
     this.cloudContext = cloudContext;
Esempio n. 3
0
 private ExcludingPreprocessors(CloudVocabularyPreprocessor nextPreprocessor,
                                CloudContextGenerator contextGenerator) : base(nextPreprocessor) =>
 protected CloudVocabularyPreprocessor(CloudVocabularyPreprocessor nextPreprocessor) =>
 this.nextPreprocessor = nextPreprocessor;