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

CommandLineArgumentCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(CommandLineArgument[]);

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

public void AddRange(CommandLineArgumentCollection);

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace