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

FormatterCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(Formatter[]);

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

public void AddRange(FormatterCollection);

See Also

FormatterCollection Class | NAnt.Core.Types Namespace