NAnt SDK Documentation - v0.92

PatternCollection.AddRange Method (PatternCollection)

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

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

Parameters

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

See Also

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