- Namespace
- Statiq
.Common - Containing Type
- Config
Combine With Extensions
Syntax
public static Config<TValue> CombineWith<TValue, TFirst, TSecond>(this Config<TFirst> first, Config<TSecond> second, Func<TFirst, TSecond, IDocument, IExecutionContext, TValue> combine)
Type Parameters
Name | Description |
---|---|
TValue | |
TFirst | |
TSecond |
Parameters
Name | Type | Description |
---|---|---|
first | Config |
|
second | Config |
|
combine | Func |
Return Value
Type | Description |
---|---|
Config |