NAnt SDK Documentation - v0.92

FormatterCollection Constructor

Initializes a new instance of the FormatterCollection class.

Overload List

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);

See Also

FormatterCollection Class | NAnt.Core.Types Namespace