PipelineStageBuilder<TSelf, TStage, TBaseNode, TProcessor, TShouldContinue>.Add Method
Overloads
Name | Description |
---|---|
Adds a Processor<TBaseNode> of the specified type to the current stage. | |
Adds Processors to the current stage. |
Add<TConstructableProcessor>()
Adds a Processor<TBaseNode> of the specified type to the current stage.
public TSelf Add<TConstructableProcessor>()
where TConstructableProcessor : TProcessor, new();
Type Parameters
Name | Description |
---|---|
TConstructableProcessor | The type of the processor to add. |
Returns
TSelf
The fluent builder.
Add(IEnumerable<TProcessor>)
Adds Processors to the current stage.
public TSelf Add(params IEnumerable<TProcessor> processors);
Parameters
Name | Type | Description |
---|---|---|
processors | The processors to add. |
Returns
TSelf
The fluent builder.
Last modified: 12 August 2025