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

SymbolCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(Symbol[]);

Adds the elements of a SymbolCollection to the end of the collection.

public void AddRange(SymbolCollection);

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace