Table of Contents

Method RegisterSyntaxTree

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

RegisterSyntaxTree(ISyntaxTree)

Adds specified tree to the list of syntax trees for code-completion related purposes.

public virtual void RegisterSyntaxTree(ISyntaxTree tree)

Parameters

tree ISyntaxTree

Specifies ISyntaxTree to add.