NAnt SDK Documentation - v0.92

PatternCollection.AddRange Method

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

Overload List

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

public void AddRange(Pattern[]);

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

public void AddRange(PatternCollection);

See Also

PatternCollection Class | NAnt.Core.Types Namespace