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