- Namespace
- Statiq
.Common - Containing Type
- Config
Transform Extensions
Syntax
public static Config<TValue> Transform<TValue, TSource>(this Config<TSource> config, Func<TSource, IExecutionContext, TValue> transform)
Type Parameters
Name | Description |
---|---|
TValue | |
TSource |
Parameters
Name | Type | Description |
---|---|---|
config | Config |
|
transform | Func |
Return Value
Type | Description |
---|---|
Config |