MrKWatkins.Ast 0.9.135 Help

PipelineStageBuilder<TSelf, TStage, TBaseNode, TProcessor, TShouldContinue>.WithAlwaysContinue Method

Definition

Specifies that processing should always continue after this stage. By default, processing will not continue if there are any errors in the tree.

public abstract TSelf WithAlwaysContinue();

Returns

TSelf

The fluent builder.

Last modified: 10 March 2026