AfterTeardownEventArgs.

AfterTeardownEventArgs(ITeardownContext) Constructor

Summary

Initializes a new instance of the AfterTeardownEventArgs class.
Namespace
Cake.Core
Containing Type
AfterTeardownEventArgs

Syntax

public AfterTeardownEventArgs(ITeardownContext teardownContext)

Parameters

Name Type Description
teardownContext ITeardownContext The teardown context.

Return Value

Type Description
void