NAnt SDK Documentation - v0.92

TaskBuilderCollection.Item Property (String)

Gets the TaskBuilder for the specified task.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal taskName As String _
) As TaskBuilder
[C#]
public TaskBuilder this[
   string taskName
] {get;}

Parameters

taskName
The name of task for which the TaskBuilder should be located in the collection.

See Also

TaskBuilderCollection Class | NAnt.Core Namespace | TaskBuilderCollection.Item Overload List