Table of Contents

Method RegisterSyntaxTree

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

RegisterSyntaxTree(ISyntaxTree)

When implemented by a class, adds specified tree to the list of syntax trees for code-completion related purposes.

void RegisterSyntaxTree(ISyntaxTree tree)

Parameters

tree ISyntaxTree

Specifies ISyntaxTree to add.