This content is part of a third party extension that is not supported by the Cake project.
Summary
Performs custom registrations in the provided registrar.
- Assembly
- Cake
.DotNetTool .Module .dll - Namespace
- Cake
.DotNetTool .Module - Containing Type
- DotNetToolModule
Syntax
public void Register(ICakeContainerRegistrar registrar)
Parameters
| Name | Type | Description |
|---|---|---|
| registrar | I |
The container registrar. |
Return Value
| Type | Description |
|---|---|
| void |
