BeforeTeardownEventArgs.

BeforeTeardownEventArgs(ITeardownContext) Constructor

Summary

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

Syntax

public BeforeTeardownEventArgs(ITeardownContext teardownContext)

Parameters

Name Type Description
teardownContext ITeardownContext The teardown context.

Return Value

Type Description
void