FilterBuilderCollection.

AddRange(FilterBuilder[]) Method

Summary

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

Syntax

public void AddRange(FilterBuilder[] items)

Parameters

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

Return Value

Type Description
void