NAnt SDK Documentation - v0.92

IResultFormatterCollection Constructor (IResultFormatter[])

Initializes a new instance of the IResultFormatterCollection class with the specified array of IResultFormatter instances.

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

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace | IResultFormatterCollection Constructor Overload List