Pipeline
Represents a pipeline of operations.
public sealed class Pipeline : INode
Properties
Steps
public Collection<IStep> Steps { get; }
Gets the steps in this pipeline.
Represents a pipeline of operations.
public sealed class Pipeline : INode
public Collection<IStep> Steps { get; }
Gets the steps in this pipeline.