Table of Contents

Constructor NETRepository

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

NETRepository(bool, ISyntaxTree)

Initializes a new instance of the NETRepository class with specified parameters.

public NETRepository(bool caseSensitive, ISyntaxTree syntaxTree)

Parameters

caseSensitive bool

Specifies CaseSensitive property of this new instance.

syntaxTree ISyntaxTree

Specifies SyntaxTree property of this new instance.