This content is part of a third party extension that is not supported by the Cake project.
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 |