NAnt SDK Documentation - v0.92

FilterCollection.AddRange Method

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

Overload List

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

public void AddRange(Filter[]);

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

public void AddRange(FilterCollection);

See Also

FilterCollection Class | NAnt.Core.Filters Namespace