Interface IPipelineBuilder<TFirst, TLast>
- Namespace
- CounterpointCollective.Dataflow.Fluent
- Assembly
- Dataflow.Fluent.dll
public interface IPipelineBuilder<out TFirst, out TLast> where TFirst : IDataflowBlock where TLast : IDataflowBlock
Type Parameters
TFirstTLast
- Extension Methods
Properties
First
TFirst First { get; }
Property Value
- TFirst
Last
TLast Last { get; }
Property Value
- TLast