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