TaskBuilderCollection.

this[string] Property

Summary

Gets the NAnt.Core.TaskBuilder for the specified task.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
TaskBuilderCollection

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