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
fileName
stringName of file associated with this new instance.
client
LanguageClientLanguageClient associates this new instance with the language server.
strings
IStringListList of strings contains some text.