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

FormatterDataCollection.AddRange Method (FormatterDataCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.NUnit.Types.FormatterDataCollection.AddRange(NAnt.NUnit.Types.FormatterDataCollection)

See Also

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