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

FormatterDataCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(FormatterData[]);

Adds the elements of a FormatterDataCollection to the end of the collection.

public void AddRange(FormatterDataCollection);

See Also

FormatterDataCollection Class | NAnt.NUnit.Types Namespace