NAnt SDK Documentation - v0.92

DataTypeBaseBuilderCollection.Add Method 

Adds a DataTypeBaseBuilder to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As DataTypeBaseBuilder _
) As Integer
[C#]
public int Add(
   DataTypeBaseBuilder item
);

Parameters

item
The DataTypeBaseBuilder to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

DataTypeBaseBuilderCollection Class | NAnt.Core Namespace