Adds the elements of a Option array to the end of the collection.
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);
OptionCollection Class | NAnt.Core.Types Namespace