コード例 #1
0
 private ExcludingPreprocessors(CloudVocabularyPreprocessor nextPreprocessor,
                                CloudContextGenerator contextGenerator) : base(nextPreprocessor) =>
コード例 #2
0
 // used implicitly by Program.BuildContainer
 // ReSharper disable once UnusedMember.Global
 public ExcludingPreprocessors(CloudContextGenerator contextGenerator) : this(null, contextGenerator)
 {
 }