NAnt SDK Documentation - v0.85-nightly-2005-11-09

IResultFormatterCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(IResultFormatter[]);

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

public void AddRange(IResultFormatterCollection);

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace