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