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

CompilerWarningCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(CompilerWarning[]);

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

public void AddRange(CompilerWarningCollection);

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace