NAnt SDK Documentation - v0.92

FormatterDataCollection.AddRange Method

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