NAnt SDK Documentation - v0.92

IResultFormatterCollection Constructor

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