BuildEventArgs.

BuildEventArgs(Target) Constructor

Summary

Initializes a new instance of the NAnt.Core.BuildEventArgs class for a NAnt.Core.BuildEventArgs.Target level event.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildEventArgs

Syntax

public BuildEventArgs(Target target)

Parameters

Name Type Description
target Target The NAnt.Core.BuildEventArgs.Target that emitted the event.

Return Value

Type Description
void