示例#1
0
 public TextDocumentHandler(ILanguageServer router, SimpleParser parser) : this(router)
 {
     this.parser = parser;
 }