AsDependencyOf<TPipeline>(TPipeline, IEnumerable<string>) Method
Namespace
Statiq.Common
Containing Type
IPipelineExtensions

Syntax

public static TPipeline AsDependencyOf<TPipeline>(this TPipeline pipeline, IEnumerable<string> dependencyOf) 
    where TPipeline : IPipeline

Type Parameters

Name Description
TPipeline

Parameters

Name Type Description
pipeline TPipeline
dependencyOf IEnumerable<string>

Return Value

Type Description
TPipeline