DataTypeBaseBuilderCollection.

this[string] Property

Summary

Gets the NAnt.Core.DataTypeBaseBuilder for the specified task.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseBuilderCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public DataTypeBaseBuilder this[string dataTypeName] { get; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
dataTypeName string

Value

Type Description
DataTypeBaseBuilder