CakeEngineBase.

CakeEngineBase(ICakeEngine) Constructor

Summary

Initializes a new instance of the CakeEngineBase class.
Assembly
Cake.Module.Shared.dll
Namespace
Cake.Module.Shared
Containing Type
CakeEngineBase

Syntax

protected CakeEngineBase(ICakeEngine implementation)

Parameters

Name Type Description
implementation ICakeEngine The wrapped ICakeEngine.

Return Value

Type Description
void