NAnt SDK Documentation - v0.92

OptionCollection.AddRange Method (Option[])

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

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As Option() _
)
[C#]
public void AddRange(
   Option[] items
);

Parameters

items
The array of Option elements to be added to the end of the collection.

See Also

OptionCollection Class | NAnt.Core.Types Namespace | OptionCollection.AddRange Overload List