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 RegisterTeardownAction<TData>(Action<ITeardownContext, TData> action)
where TData : class
Type Parameters
| Name | Description |
|---|---|
| TData |
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
Return Value
| Type | Description |
|---|---|
| void |
