NAnt SDK Documentation - v0.92

TaskBuilderCollection Constructor (TaskBuilder[])

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As TaskBuilder() _
)
[C#]
public TaskBuilderCollection(
   TaskBuilder[] value
);

See Also

TaskBuilderCollection Class | NAnt.Core Namespace | TaskBuilderCollection Constructor Overload List