NAnt SDK Documentation - v0.92

FilterCollection.AddRange Method (FilterCollection)

Adds the elements of a FilterCollection to the end of the collection.

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

Parameters

items
The FilterCollection to be added to the end of the collection.

See Also

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