NAnt SDK Documentation - v0.92

DataTypeBaseBuilderCollection.AddRange Method

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