Esempio n. 1
0
 protected CloudVocabularyParser(CloudVocabularyParser nextParser) => this.nextParser = nextParser;
Esempio n. 2
0
 public TxtVocabularyParser(CloudVocabularyParser nextParser) : base(nextParser) { }