- Namespace
- Statiq
.Common - Containing Type
- Multi
Config Module Base
Syntax
protected MultiConfigModuleBase CombineConfig<TValue>(string key, Config<TValue> config, Func<TValue, TValue, IExecutionContext, TValue> combine)
Type Parameters
| Name | Description |
|---|---|
| TValue |
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | |
| config | Config |
|
| combine | Func |
Return Value
| Type | Description |
|---|---|
| Multi |