Pipeline<TContext, TBaseNode>.Stages PropertyDefinitionThe stages in the pipeline. public IReadOnlyList<PipelineStage<TContext, TBaseNode>> Stages { get; } Property ValueIReadOnlyList<PipelineStage<TContext, TBaseNode>>Last modified: 12 August 2025Pipeline<TContext, TBaseNode> ClassPipeline<TContext, TBaseNode>.Build Method