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

FormatterElementCollection Constructor (FormatterElementCollection)

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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