OptionCollection.

AddRange(OptionCollection) Method

Summary

Adds the elements of a NAnt.Core.Types.OptionCollection to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
OptionCollection

Syntax

public void AddRange(OptionCollection items)

Parameters

Name Type Description
items OptionCollection The NAnt.Core.Types.OptionCollection to be added to the end of the collection.

Return Value

Type Description
void