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

OptionCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(Option[]);

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

public void AddRange(OptionCollection);

See Also

OptionCollection Class | NAnt.Core.Types Namespace