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

SymbolCollection.AddRange Method (SymbolCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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