DataTypeBaseBuilderCollection.

AddRange(DataTypeBaseBuilderCollection) Method

Summary

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

Syntax

public void AddRange(DataTypeBaseBuilderCollection items)

Parameters

Name Type Description
items DataTypeBaseBuilderCollection The NAnt.Core.DataTypeBaseBuilderCollection to be added to the end of the collection.

Return Value

Type Description
void