Constructor CodeCompletionRepository
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
CodeCompletionRepository(bool, ISyntaxTree)
Initializes a new instance of the CodeCompletionRepository class with specified parameters.
public CodeCompletionRepository(bool caseSensitive, ISyntaxTree syntaxTree)
Parameters
caseSensitiveboolSpecifies CaseSensitive property of this new instance.
syntaxTreeISyntaxTreeSpecifies SyntaxTree property of this new instance.