Constructor LspDocument
LspDocument(string, LanguageClient, IStringList)
Initializes a new instance of the LspDocument class with specified parameters.
public LspDocument(string fileName, LanguageClient client, IStringList strings)
Parameters
fileNamestringName of file associated with this new instance.
clientLanguageClientLanguageClient associates this new instance with the language server.
stringsIStringListList of strings contains some text.