NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeBaseBuilderCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.DataTypeBaseBuilderCollection.Item(System.String)

See Also

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