CoreModule.

Register(ICakeContainerRegistrar) Method

Summary

Performs custom registrations in the provided registrar.
Namespace
Cake.Core.Modules
Containing Type
CoreModule

Syntax

public void Register(ICakeContainerRegistrar registrar)

Parameters

Name Type Description
registrar ICakeContainerRegistrar The container registrar.

Return Value

Type Description
void