NAnt SDK Documentation - v0.92

DataTypeBaseBuilderCollection Constructor

Initializes a new instance of the DataTypeBaseBuilderCollection class.

Overload List

Initializes a new instance of the DataTypeBaseBuilderCollection class.

public DataTypeBaseBuilderCollection();

Initializes a new instance of the DataTypeBaseBuilderCollection class with the specified array of DataTypeBaseBuilder instances.

public DataTypeBaseBuilderCollection(DataTypeBaseBuilder[]);

Initializes a new instance of the DataTypeBaseBuilderCollection class with the specified DataTypeBaseBuilderCollection instance.

public DataTypeBaseBuilderCollection(DataTypeBaseBuilderCollection);

See Also

DataTypeBaseBuilderCollection Class | NAnt.Core Namespace