Initializes a new instance of the IResultFormatterCollection class.
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);
IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace