NAnt SDK Documentation - v0.92

FormatterElementCollection.AddRange Method

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

Overload List

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

public void AddRange(FormatterElement[]);

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

public void AddRange(FormatterElementCollection);

See Also

FormatterElementCollection Class | NAnt.NUnit.Types Namespace