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

ArgumentCollection.AddRange Method (ArgumentCollection)

[This is preliminary documentation and subject to change.]

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

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

Parameters

items
The ArgumentCollection to be added to the end of the collection.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.ArgumentCollection.AddRange(NAnt.Core.Types.ArgumentCollection)

See Also

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