MrKWatkins.Ast Help

Node<TNode>.AddInfo Method

Overloads

Name

Description

AddInfo(String)

Adds a Message with Level Info and the specified text to this node.

AddInfo(String, String)

Adds a Message with Level Info and the specified text to this node.

AddInfo(String)

Adds a Message with Level Info and the specified text to this node.

public void AddInfo(string text);

Parameters

Name

Type

Description

text

String

The Text of the message.

AddInfo(String, String)

Adds a Message with Level Info and the specified text to this node.

public void AddInfo(string code, string text);

Parameters

Name

Type

Description

code

String

The Code for the message.

text

String

The Text of the message.

Last modified: 09 September 2024