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

IResultFormatterCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the IResultFormatterCollection class.

Overload List

Initializes a new instance of the IResultFormatterCollection class.

public IResultFormatterCollection();

Initializes a new instance of the IResultFormatterCollection class with the specified array of IResultFormatter instances.

public IResultFormatterCollection(IResultFormatter[]);

Initializes a new instance of the IResultFormatterCollection class with the specified IResultFormatterCollection instance.

public IResultFormatterCollection(IResultFormatterCollection);

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace