NAnt SDK Documentation - v0.92

FormatterElementCollection Constructor

Initializes a new instance of the FormatterElementCollection class.

Overload List

Initializes a new instance of the FormatterElementCollection class.

public FormatterElementCollection();

Initializes a new instance of the FormatterElementCollection class with the specified array of FormatterElement instances.

public FormatterElementCollection(FormatterElement[]);

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

public FormatterElementCollection(FormatterElementCollection);

See Also

FormatterElementCollection Class | NAnt.NUnit.Types Namespace