NAnt SDK Documentation - v0.92

FormatterCollection Constructor (Formatter[])

Initializes a new instance of the FormatterCollection class with the specified array of Formatter instances.

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

See Also

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