NAnt SDK Documentation - v0.92

DataTypeBaseBuilderCollection.Item Property (String)

Gets the DataTypeBaseBuilder for the specified task.

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

Parameters

dataTypeName
The name of task for which the DataTypeBaseBuilder should be located in the collection.

See Also

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