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>
Type Parameters
| Name | Description |
|---|---|
TBaseNode |
The type of nodes in the tree. |
Properties
| Name | Description |
|---|---|
Processors |
The processors in this stage. |