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

FormatterElementCollection Constructor (FormatterElement[])

[This is preliminary documentation and subject to change.]

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
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.NUnit.Types.FormatterElementCollection.#ctor(NAnt.NUnit.Types.FormatterElement[])

See Also

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