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

Syntax

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

Type Parameters

Name Description
TValue

Parameters

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

Return Value

Type Description
MultiConfigModuleBase