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

FormatterCollection Constructor

[This is preliminary documentation and subject to change.]

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