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

FormatterDataCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the FormatterDataCollection class.

Overload List

Initializes a new instance of the FormatterDataCollection class.

public FormatterDataCollection();

Initializes a new instance of the FormatterDataCollection class with the specified array of FormatterData instances.

public FormatterDataCollection(FormatterData[]);

Initializes a new instance of the FormatterDataCollection class with the specified FormatterDataCollection instance.

public FormatterDataCollection(FormatterDataCollection);

See Also

FormatterDataCollection Class | NAnt.NUnit.Types Namespace