Initializes a new instance of the FormatterElementCollection class.
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);
FormatterElementCollection Class | NAnt.NUnit.Types Namespace