DataTypeBaseBuilderCollection.

Add(DataTypeBaseBuilder) Method

Summary

Adds a NAnt.Core.DataTypeBaseBuilder to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseBuilderCollection

Syntax

public int Add(DataTypeBaseBuilder item)

Parameters

Name Type Description
item DataTypeBaseBuilder The NAnt.Core.DataTypeBaseBuilder to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.