This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
CakeReportPrinterBase class.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
public CakeReportPrinterBase(IConsole console, ICakeContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| console | IConsole | The IConsole. |
| context | ICakeContext | The ICakeContext. |
Return Value
| Type | Description |
|---|---|
| void |
