This content is part of a third party extension that is not supported by the Cake project.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- CakeEngineBase
Syntax
public void RegisterSetupAction<TData>(Func<ISetupContext, TData> action) where TData : class
Type Parameters
| Name | Description |
|---|---|
| TData |
Parameters
| Name | Type | Description |
|---|---|---|
| action | Func |
Return Value
| Type | Description |
|---|---|
| void |
