NAnt SDK Documentation - v0.92

SymbolCollection.AddRange Method (Symbol[])

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

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

Parameters

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

See Also

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