FormatterCollection.

AddRange(FormatterCollection) Method

Summary

Adds the elements of a NAnt.Core.Types.FormatterCollection to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FormatterCollection

Syntax

public void AddRange(FormatterCollection items)

Parameters

Name Type Description
items FormatterCollection The NAnt.Core.Types.FormatterCollection to be added to the end of the collection.

Return Value

Type Description
void