NAnt SDK Documentation - v0.85-nightly-2005-11-09

FormatterCollection.AddRange Method (FormatterCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.FormatterCollection.AddRange(NAnt.Core.Types.FormatterCollection)

See Also

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