NAnt SDK Documentation - v0.92

FormatterCollection.AddRange Method (FormatterCollection)

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

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

Parameters

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

See Also

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