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