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

FormatterCollection.AddRange Method (Formatter[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Remarks

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

See Also

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