Skip to content

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>

View source

Type Parameters

Name Description
TContext The type of the processing context.
TBaseNode The type of nodes in the tree.

Properties

Name Description
Processors The processors in this stage.