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

DataTypeBaseBuilderCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(DataTypeBaseBuilder[]);

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

public void AddRange(DataTypeBaseBuilderCollection);

See Also

DataTypeBaseBuilderCollection Class | NAnt.Core Namespace