Initializes a new instance of the FormatterCollection class.
Initializes a new instance of the FormatterCollection class.
public FormatterCollection();
Initializes a new instance of the FormatterCollection class with the specified array of Formatter instances.
public FormatterCollection(Formatter[]);
Initializes a new instance of the FormatterCollection class with the specified FormatterCollection instance.
public FormatterCollection(FormatterCollection);
FormatterCollection Class | NAnt.Core.Types Namespace