Summary
Processes the directive.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration .Preprocessing - Containing Type
- IDirective
Syntax
void Process(Configurator configurator, string value)
Parameters
Name | Type | Description |
---|---|---|
configurator | Configurator | The configurator. |
value | string | The value of the directive. |
Return Value
Type | Description |
---|---|
void |