Constructor RRepository
RRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the RRepository
class with specified settings.
public RRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)
Parameters
documentProvider
ILspDocumentProviderILspDocumentProvider
associated with this new instance.syntaxTree
ISyntaxTreeISyntaxTree
for this new instance.