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

FormatterCollection Constructor (FormatterCollection)

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.FormatterCollection.#ctor(NAnt.Core.Types.FormatterCollection)

See Also

FormatterCollection Class | NAnt.Core.Types Namespace | FormatterCollection Constructor Overload List