CombineConfig<TValue>(string, Config<TValue>, Func<TValue, TValue, IDocument, IExecutionContext, TValue>) Method
Namespace
Statiq.Common
Containing Type
MultiConfigModuleBase

Syntax

protected MultiConfigModuleBase CombineConfig<TValue>(string key, Config<TValue> config, Func<TValue, TValue, IDocument, IExecutionContext, TValue> combine)

Type Parameters

Name Description
TValue

Parameters

Name Type Description
key string
config Config<TValue>
combine Func<TValue, TValue, IDocument, IExecutionContext, TValue>

Return Value

Type Description
MultiConfigModuleBase