FormatterElementCollection.

FormatterElementCollection(FormatterElement[]) Constructor

Summary

Initializes a new instance of the NAnt.NUnit.Types.FormatterElementCollection class with the specified array of NAnt.NUnit.Types.FormatterElement instances.
Assembly
NAnt.NUnit.dll
Namespace
NAnt.NUnit.Types
Containing Type
FormatterElementCollection

Syntax

public FormatterElementCollection(FormatterElement[] value)

Parameters

Name Type Description
value FormatterElement[]

Return Value

Type Description
void