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

ArgumentCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(Argument[]);

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

public void AddRange(ArgumentCollection);

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace