NAnt SDK Documentation - v0.92 |
|
BuildEventArgs Constructor (Task)
Initializes a new instance of the BuildEventArgs class for a Task level event.
[Visual Basic]
Overloads Public Sub New( _
ByVal
task As
Task _
)
[C#]
public BuildEventArgs(
Task task);
Parameters
-
task
- The Task that emitted the event.
See Also
BuildEventArgs Class | NAnt.Core Namespace | BuildEventArgs Constructor Overload List