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

TaskBuilderCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the TaskBuilderCollection class.

Overload List

Initializes a new instance of the TaskBuilderCollection class.

public TaskBuilderCollection();

Initializes a new instance of the TaskBuilderCollection class with the specified array of TaskBuilder instances.

public TaskBuilderCollection(TaskBuilder[]);

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

public TaskBuilderCollection(TaskBuilderCollection);

See Also

TaskBuilderCollection Class | NAnt.Core Namespace