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

OptionCollection.AddRange Method (Option[])

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.OptionCollection.AddRange(NAnt.Core.Types.Option[])

See Also

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