Constructor PowerShellRepository
- Namespace
- Alternet.Syntax.Parsers.Lsp.PowerShell
- Assembly
- Alternet.Syntax.Parsers.PowerShell.v9.dll
PowerShellRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the PowerShellRepository
class with specified parameters.
public PowerShellRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)
Parameters
documentProvider
ILspDocumentProviderILspDocumentProvider
for this new instance.syntaxTree
ISyntaxTreeISyntaxTree
for this new instance.