NAnt SDK Documentation - v0.92

FilterCollection.AddRange Method (Filter[])

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

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

Parameters

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

See Also

FilterCollection Class | NAnt.Core.Filters Namespace | FilterCollection.AddRange Overload List