MrKWatkins.Ast 0.9.135 Help

Processor<TBaseNode>.Process Method

Definition

Performs processing on the specified node. Does not process any descendents.

public abstract TBaseNode Process(TBaseNode node);

Parameters

Name

Type

Description

node

TBaseNode

The node to process.

Returns

TBaseNode

The root node of the tree, which may have been replaced.

Last modified: 10 March 2026