Table of Contents

Constructor JsRepository

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

JsRepository(bool, ISyntaxTree)

Initializes a new instance of the CsRepository class with specified settings.

public JsRepository(bool caseSensitive, ISyntaxTree syntaxTree)

Parameters

caseSensitive bool

Specifies CaseSensitive property of this new instance.

syntaxTree ISyntaxTree

Specifies SyntaxTree property of this new instance.