Summary
Collection class to manage the projects targets.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Base Types
-
- ArrayList
graph BT
Type-->Base0["ArrayList"]
Type["TargetCollection"]
class Type type-node
Syntax
[Serializable()]
public class TargetCollection : ArrayList
Attributes
Type | Description |
---|---|
Serializable |
Methods
Name | Value | Summary |
---|---|---|
Add |
int | |
Add |
int | |
Find |
Target |
Finds a target by name.
|
ToString |
string |
Gets the names of the targets in the
NAnt.Core.TargetCollection
combined into one comma-separated list.
|
ToString |
string |
Gets the names of the targets in the
NAnt.Core.TargetCollection
combined into one list separated by the given string .
|