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

FormatterDataCollection.AddRange Method (FormatterData[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Remarks

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

See Also

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