Summary
Sample task constructor.
- Assembly
- NAnt
.MSBuild .dll - Namespace
- NAnt
.MSBuild - Containing Type
- NAntLogger
.DummyTask
Syntax
public DummyTask(Project p, string name)
Parameters
| Name | Type | Description |
|---|---|---|
| p | Project | Project to assign task to. |
| name | string | Sample name property. |
Return Value
| Type | Description |
|---|---|
| void |
