コード例 #1
0
 public ToLowerPreprocessor(CloudVocabularyPreprocessor nextPreprocessor) : base(nextPreprocessor)
 {
 }
コード例 #2
0
 public ExcludingPreprocessor(CloudVocabularyPreprocessor nextPreprocessor,
                              TagCloudContext cloudContext) : base(nextPreprocessor) =>
     this.cloudContext = cloudContext;
コード例 #3
0
 private ExcludingPreprocessors(CloudVocabularyPreprocessor nextPreprocessor,
                                CloudContextGenerator contextGenerator) : base(nextPreprocessor) =>
コード例 #4
0
 protected CloudVocabularyPreprocessor(CloudVocabularyPreprocessor nextPreprocessor) =>
 this.nextPreprocessor = nextPreprocessor;