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