Summary
Gets the
NAnt.Core.TaskBuilder for the specified task.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Task
Builder Collection
Syntax
[System.Runtime.CompilerServices.IndexerName("Item")]
public TaskBuilder this[string taskName] { get; }
Attributes
| Type | Description |
|---|---|
| IndexerNameAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| taskName | string |
Value
| Type | Description |
|---|---|
| TaskBuilder |
