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