NAnt SDK Documentation - v0.92

FormatterDataCollection.AddRange Method (FormatterDataCollection)

Adds the elements of a FormatterDataCollection to the end of the collection.

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

Parameters

items
The FormatterDataCollection to be added to the end of the collection.

See Also

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