DataTypeBaseBuilderCollection.

DataTypeBaseBuilderCollection(DataTypeBaseBuilder[]) Constructor

Summary

Initializes a new instance of the NAnt.Core.DataTypeBaseBuilderCollection class with the specified array of NAnt.Core.DataTypeBaseBuilder instances.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseBuilderCollection

Syntax

public DataTypeBaseBuilderCollection(DataTypeBaseBuilder[] value)

Parameters

Name Type Description
value DataTypeBaseBuilder[]

Return Value

Type Description
void