MrKWatkins.Ast Help

Listener<TContext, TBaseNode, TNode>.ListenToNode Method

Overloads

Name

Description

ListenToNode(TContext, TBaseNode)

ListenToNode(TContext, TNode)

Called when the node is listened to.

ListenToNode(TContext, TBaseNode)

protected sealed override void ListenToNode(TContext? context, TBaseNode node);

Parameters

Name

Type

Description

context

TContext

node

TBaseNode

ListenToNode(TContext, TNode)

Called when the node is listened to.

protected new virtual void ListenToNode(TContext? context, TNode node);

Parameters

Name

Type

Description

context

TContext

The context object.

node

TNode

The node being listened to.

Last modified: 09 September 2024