NAnt SDK Documentation - v0.92

FormatterDataCollection.AddRange Method (FormatterData[])

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

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

Parameters

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

See Also

FormatterDataCollection Class | NAnt.NUnit.Types Namespace | FormatterDataCollection.AddRange Overload List