SymbolCollection.

AddRange(SymbolCollection) Method

Summary

Adds the elements of a NAnt.VisualCpp.Types.SymbolCollection to the end of the collection.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Containing Type
SymbolCollection

Syntax

public void AddRange(SymbolCollection items)

Parameters

Name Type Description
items SymbolCollection The NAnt.VisualCpp.Types.SymbolCollection to be added to the end of the collection.

Return Value

Type Description
void