SymbolCollection.

AddRange(Symbol[]) Method

Summary

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

Syntax

public void AddRange(Symbol[] items)

Parameters

Name Type Description
items Symbol[] The array of NAnt.VisualCpp.Types.Symbol elements to be added to the end of the collection.

Return Value

Type Description
void