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

SymbolCollection.AddRange Method (Symbol[])

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Types.SymbolCollection.AddRange(NAnt.VisualCpp.Types.Symbol[])

See Also

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