Summary
Initializes a new instance of the
BeforeTeardownEventArgs
class.
- Namespace
- Cake
.Core - Containing Type
- Before
Teardown Event Args
Syntax
public BeforeTeardownEventArgs(ITeardownContext teardownContext)
Parameters
Name | Type | Description |
---|---|---|
teardownContext | ITeardownContext | The teardown context. |
Return Value
Type | Description |
---|---|
void |