NAnt SDK Documentation - v0.92

FormatterElementCollection Constructor (FormatterElement[])

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As FormatterElement() _
)
[C#]
public FormatterElementCollection(
   FormatterElement[] value
);

See Also

FormatterElementCollection Class | NAnt.NUnit.Types Namespace | FormatterElementCollection Constructor Overload List