Summary
Initializes a new instance of the
NAnt.Core.BuildEventArgs
class for a NAnt.Core.BuildEventArgs.Task level event.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- BuildEventArgs
Syntax
public BuildEventArgs(Task task)
Parameters
| Name | Type | Description |
|---|---|---|
| task | Task | The NAnt.Core.BuildEventArgs.Task that emitted the event. |
Return Value
| Type | Description |
|---|---|
| void |
