Summary
Gets the list of loaded
NAnt.Core.TaskBuilder
instances.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- TypeFactory
Syntax
public static TaskBuilderCollection TaskBuilders { get; }
Value
Type | Description |
---|---|
Task |
List of loaded NAnt.Core.TaskBuilder instances.
|