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

DataTypeBaseBuilderCollection Constructor

[This is preliminary documentation and subject to change.]

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