NAnt SDK Documentation - v0.92

FilterBuilderCollection.AddRange Method (FilterBuilder[])

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

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

Parameters

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

See Also

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