DataTypeBaseBuilderCollection.

AddRange(DataTypeBaseBuilder[]) Method

Summary

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

Syntax

public void AddRange(DataTypeBaseBuilder[] items)

Parameters

Name Type Description
items DataTypeBaseBuilder[] The array of NAnt.Core.DataTypeBaseBuilder elements to be added to the end of the collection.

Return Value

Type Description
void