PatternCollection.

AddRange(Pattern[]) Method

Summary

Adds the elements of a NAnt.Core.Types.Pattern array to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PatternCollection

Syntax

public void AddRange(Pattern[] items)

Parameters

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

Return Value

Type Description
void