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