NAnt SDK Documentation - v0.92

PatternCollection.AddRange Method (Pattern[])

Adds the elements of a Pattern array to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As Pattern() _
)
[C#]
public void AddRange(
   Pattern[] items
);

Parameters

items
The array of Pattern elements to be added to the end of the collection.

See Also

PatternCollection Class | NAnt.Core.Types Namespace | PatternCollection.AddRange Overload List