IRecipe.

Apply(IEngine) Method

Summary

Applies the recipe to the engine.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Configuration
Containing Type
IRecipe

Syntax

void Apply(IEngine engine)

Parameters

Name Type Description
engine IEngine The engine.

Return Value

Type Description
void
GitHub