BuildEventArgs.

BuildEventArgs(Project) Constructor

Summary

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

Syntax

public BuildEventArgs(Project project)

Parameters

Name Type Description
project Project The NAnt.Core.BuildEventArgs.Project that emitted the event.

Return Value

Type Description
void