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