NAnt SDK Documentation - v0.92

FormatterCollection.AddRange Method (Formatter[])

Adds the elements of a Formatter array to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As Formatter() _
)
[C#]
public void AddRange(
   Formatter[] items
);

Parameters

items
The array of Formatter elements to be added to the end of the collection.

See Also

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