WithInputModules<TPipeline>(TPipeline, IEnumerable<IModule>) Method
Namespace
Statiq.Common
Containing Type
IPipelineExtensions

Syntax

public static TPipeline WithInputModules<TPipeline>(this TPipeline pipeline, IEnumerable<IModule> modules) 
    where TPipeline : IPipeline

Type Parameters

Name Description
TPipeline

Parameters

Name Type Description
pipeline TPipeline
modules IEnumerable<IModule>

Return Value

Type Description
TPipeline