Summary
Registers the specified module type.
- Namespace
- Cake
.Frosting - Containing Type
- CakeHostExtensions
Syntax
public static CakeHost UseModule<TModule>(this CakeHost host) where TModule : ICakeModule, new()
Type Parameters
Name | Description |
---|---|
TModule | The type of the module. |