Skip to content

SerialPipelineStage<TBaseNode> Class

Definition

A PipelineStage<TBaseNode> that runs processors one after the other.

public sealed class SerialPipelineStage<TBaseNode> : PipelineStage<TBaseNode>
   where TBaseNode : Node<TBaseNode>

View source

Type Parameters

Name Description
TBaseNode The type of nodes in the tree.

Properties

Name Description
Processors The processors in this stage.