SerialPipelineStage<TContext, TBaseNode> Class
Definition
A PipelineStage<TBaseNode> that runs processors one after the other.
public sealed class SerialPipelineStage<TContext, TBaseNode> : PipelineStage<TContext, TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
Name | Description |
---|---|
TContext | The type of the processing context. |
TBaseNode | The type of nodes in the tree. |
Properties
Name | Description |
---|---|
The processors in this stage. |
Last modified: 12 August 2025