FilterBuilderCollection.

AddRange(FilterBuilderCollection) Method

Summary

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

Syntax

public void AddRange(FilterBuilderCollection items)

Parameters

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

Return Value

Type Description
void