Table of Contents

Constructor VbScriptRepository

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

VbScriptRepository(bool, ISyntaxTree)

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

public VbScriptRepository(bool caseSensitive, ISyntaxTree syntaxTree)

Parameters

caseSensitive bool

Specifies CaseSensitive property of this new instance.

syntaxTree ISyntaxTree

Specifies SyntaxTree property of this new instance.