NAnt SDK Documentation - v0.92

SymbolCollection.AddRange Method (SymbolCollection)

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

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

Parameters

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

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace | SymbolCollection.AddRange Overload List