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